Click or drag to resize

UpdateUserProfileUserID Property

The UserID of the of the user.

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public int UserID { get; set; }

Property Value

Int32
Remarks
The UserID of the of the user. This is the primary key identifier of the user.
Example
See UpdateUserDetail(UpdateUserDetailIn) for example
See Also