ClientRequestBaseOptions Property  | 
 
            Gets the options for requesting additional information.
            
 
    Namespace: 
   Dundas.BI.Data.DataRetrieval
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic RequestOptions Options { get; }Public ReadOnly Property Options As RequestOptions
	Get
public:
property RequestOptions^ Options {
	RequestOptions^ get ();
}member Options : RequestOptions with get
Property Value
Type: 
RequestOptions
See Also