UpdateUserProfileUserID Property | |
The UserID of the of the user.
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
The UserID of the of the user. This is the primary key identifier of the user.
Example
See UpdateUserDetail(UpdateUserDetailIn) for example
See Also