UserInfoAddParamsOutStatus Property | |
Gets the Status for a user Add/Update operation
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public UserInfoActivityStatus Status { get; set; }
function get_Status();
function set_Status(value);
Property Value
UserInfoActivityStatusRemarks
This value represents status of the current UserInfo Add/Update activity.There are several status that a process can have.
Please view the Enumerated Values below for a valid list of Enum types.
Enumerated Values
Name | Value |
---|
Success | 2 |
PartialSuccess | 3 |
Failed | 4 |
Example Success,2
See Also