| 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
Syntaxpublic string Action { get; set; }function get_Action();
function set_Action(value);
Property Value
String Remarks
Remarks
                This value represents unique enum string that is specific to each service call.  See the service call that uses this object for details..
                
            
 Example
ExampleCREATE, GET-SOME, GET-HALF, etc...
 See Also
See Also