QueryWizardClientConfig Property |
|
DataPA OpenAnalytics API Reference
Gets the ClientConfig object for this query wizard
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public ClientConfig ClientConfig { get; }
Public ReadOnly Property ClientConfig As ClientConfig
Get
public:
property ClientConfig^ ClientConfig {
ClientConfig^ get ();
}
function get_ClientConfig();
Property Value
Type:
ClientConfigThe ClientConfig object for this query wizard
Return Value
Type:
ClientConfigThe ClientConfig object for this query wizard
Remarks See Also