UserProfileUserID Property | |
Gets the internal user ID
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public int UserID { get; set; }
function get_UserID();
function set_UserID(value);
Property Value
Int32Remarks
Gets the internal user ID . This value represents a unique ID of the user. The UserID is an internal auto generated number used to track users internal to the system, it represents
the internal key of the user. The UserID is similar to the
EmpIdentifier which is an external unique key of the user.
Note |
---|
Setup:
Manager > Employees > Information Tab
|
Note |
---|
The UserID should rarely ever be needed by third party systems. The value is exposed specifically for reporting.
|
Example 1252
See Also