GetTokenModelMessage Property | |
A message based on the action
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public string Message { get; set; }
function get_Message();
function set_Message(value);
Property Value
StringRemarks
A message based on the action. For the VALIDATE action a time window will be given for how long the token can be used.
See Also