UserInfoAddParamsOutMessage Property | |
Gets the response text of the activity
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public List<string> Message { get; set; }
function get_Message();
function set_Message(value);
Property Value
ListStringRemarks
This value represent the set of strings which carry the warning/error/log message of the UserInfo Add/Update Activity
Example [Success]
See Also