AddResultMessages Property | |
The message of the add 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 add result. A descriptive message about the progress of the requested input object.
Example A Message Status
See Also