ClientConfigDashboardStyle Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the default dashboard style for client applications
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public int DashboardStyle { get; set; }
Public Property DashboardStyle As Integer
Get
Set
public:
virtual property int DashboardStyle {
int get () sealed;
void set (int value) sealed;
}
function get_DashboardStyle();
function set_DashboardStyle(value);
Property Value
Type:
Int32The default dashboard style for client applications
Return Value
Type:
Int32The default dashboard style for client applications
Remarks See Also