UserInfoBaseModelFirstName Property | |
Gets or sets the User First Name for a user
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public string FirstName { get; set; }
function get_FirstName();
function set_FirstName(value);
Property Value
StringRemarks
This value represents first name for a User.
Note:This Value is required for set operations
Example Dan
See Also