ServerSecurityDashboardStyle Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates the dashboard style to be used when rendering dashboards in the web
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.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:
Int32A value that indicates the dashboard style to be used when rendering dashboards in the web
Return Value
Type:
Int32A value that indicates the dashboard style to be used when rendering dashboards in the web
Remarks See Also