| UserProfileFirstName Property |  | 
                Gets the User first name assigned to a user 
            
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic string FirstName { get; set; }function get_FirstName();
function set_FirstName(value);
Property Value
String Remarks
Remarks
                Gets the User first name assigned to a user.  This value represents the first name assigned to a user. The maximum length for this value is 50 characters.
                
|  Note | 
|---|
| Setup: Manager > Employees > Information Tab
 
 | 
 Example
ExampleDan
 See Also
See Also