| 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
Syntaxpublic int UserID { get; set; }function get_UserID();
function set_UserID(value);
Property Value
Int32 Remarks
Remarks
                 The UserID of the of the user.  This is the primary key identifier of the user.
            
 Example
Example
                See UpdateUserDetail(UpdateUserDetailIn) for example
            
 See Also
See Also