DataPA Enterprise Dashboard Controls API Reference
Gets and sets a the client type for which this dashboard should be rendered
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public ManagedDashboard..::..DashboardClientTypes DashboardClientType { get; set; } |
Visual Basic |
---|
Public Property DashboardClientType As ManagedDashboard..::..DashboardClientTypes
Get
Set |
Visual C++ |
---|
public:
virtual property ManagedDashboard..::..DashboardClientTypes DashboardClientType {
ManagedDashboard..::..DashboardClientTypes get () sealed;
void set (ManagedDashboard..::..DashboardClientTypes value) sealed;
} |
Property Value
Type:
ManagedDashboard..::..DashboardClientTypesAn enumerated type of type DashboardClientTypes to indicate the type of client this dashboard should be rendered for.
Return Value
Type:
ManagedDashboard..::..DashboardClientTypesAn enumerated type of type DashboardClientTypes to indicate the type of client this dashboard should be rendered for.
Remarks
See Also