Click or drag to resize

AddResultStatus Property

The status of the object just added to the system

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

Property Value

AddResultStatus
Remarks
The status of the object just added to the system. The current statues are Failed, Success, PartialSuccess.

Predefined Status Values

NameValue
Failed0
Success1
PartialSuccess2
Example
See Also