DashboardDesignerClientConfig Property |
|
DataPA OpenAnalytics API Reference
The ClientConfig Object used to provide the core DataPA client UI functionality.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public ClientConfig ClientConfig { get; set; }
Public Property ClientConfig As ClientConfig
Get
Set
public:
virtual property ClientConfig^ ClientConfig {
ClientConfig^ get () sealed;
void set (ClientConfig^ value) sealed;
}
function get_ClientConfig();
function set_ClientConfig(value);
Property Value
Type:
ClientConfigThe ClientConfig Object used to provide the core DataPA client UI functionality.
Return Value
Type:
ClientConfigThe ClientConfig Object used to provide the core DataPA client UI functionality.
Remarks See Also