Click or drag to resize

UserInfoAddParamsOutStatus Property

Gets the Status for a user Add/Update operation

Namespace: AppOne.Web.Service.Services.V1R0.Customer.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public UserInfoActivityStatus Status { get; set; }

Property Value

UserInfoActivityStatus
Remarks
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

NameValue
Success2
PartialSuccess3
Failed4
Example
Success,2
See Also