UpdateResultStatus Property |  |
The status of the object just updated in the system
Namespace: AppOne.Services.V2Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntaxpublic UpdateResultStatus Status { get; set; }
function get_Status();
function set_Status(value);
Property Value
UpdateResultStatus
Remarks
The status of the object just updated in the system. The current statues are Failed, Success, PartialSuccess.
See Also