LookupControlClientConfig Property |
|
DataPA OpenAnalytics API Reference
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);
Property Value
Type:
ClientConfigSee Also