QueryParamAction Property | |
A generic string that is specific to the method service request. Action is not required with every signature see each service request for details of what actions are available.
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public string Action { get; set; }
function get_Action();
function set_Action(value);
Property Value
StringRemarks
This value represents unique enum string that is specific to each service call. See the service call that uses this object for details..
Example CREATE, GET-SOME, GET-HALF, etc...
See Also