| 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
Syntaxpublic List<string> Messages { get; set; }function get_Messages();
function set_Messages(value);
Property Value
ListString Remarks
Remarks
                The message of the update result.  A descriptive message about the progress of the requested update object.
                
 See Also
See Also