| Query |  | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic class QueryParam : IServiceParams
The QueryParam type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|   | Action | 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. | 
|   | AuthToken | Sets the Authentication Token which is required for any communication to the TWS interface * Required Property | 
|   | EnableSunsetEndpoint | Reenables the endpoint to work temporarly if it has been SUNSET. | 
|   | ID | Gets or sets generic ID used to query from a primary data store | 
 Remarks
Remarks|  Note | 
|---|
| In almost all cases the AuthToken parameter will be required. | 
 See Also
See Also