Click or drag to resize

UserInfoAddParamsOutMode Property

Gets the activity on the UserInfo object

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

Property Value

UserInfoActivityMode
Remarks
This value represents activity on the UserInfo object.There are several activity modes. Please view the Enumerated Values below for a valid list of Enum types.

Enumerated Values

NameValue
Add0
Update1
Delete2
Example
Add,0
See Also