ParameterValueControlClientConfig Property |
|
DataPA OpenAnalytics API Reference
A valid, initialised ClienConfig object used to populate lookups
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public ClientConfig ClientConfig { get; set; }
Public Property ClientConfig As ClientConfig
Get
Set
public:
property ClientConfig^ ClientConfig {
ClientConfig^ get ();
void set (ClientConfig^ value);
}
function get_ClientConfig();
function set_ClientConfig(value);
Return Value
Type:
ClientConfigA valid, initialised ClienConfig object used to populate lookups
See Also