UpdateResultMessages Property | |
The message of the update result.
Namespace: AppOne.Services.V2Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public List<string> Messages { get; set; }
function get_Messages();
function set_Messages(value);
Property Value
ListStringRemarks
The message of the update result. A descriptive message about the progress of the requested update object.
See Also