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
Syntax public UpdateResultStatus Status { get; set; }
function get_Status();
function set_Status(value);
Property Value
UpdateResultStatusRemarks
The status of the object just updated in the system. The current statues are Failed, Success, PartialSuccess.
See Also