ManagedDashboardDashboardClientType Property |
|
DataPA OpenAnalytics 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 public ManagedDashboardDashboardClientTypes DashboardClientType { get; set; }
Public Property DashboardClientType As ManagedDashboardDashboardClientTypes
Get
Set
public:
virtual property ManagedDashboardDashboardClientTypes DashboardClientType {
ManagedDashboardDashboardClientTypes get () sealed;
void set (ManagedDashboardDashboardClientTypes value) sealed;
}
function get_DashboardClientType();
function set_DashboardClientType(value);
Property Value
Type:
ManagedDashboardDashboardClientTypesAn enumerated type of type DashboardClientTypes to indicate the type of client this dashboard should be rendered for.
Return Value
Type:
ManagedDashboardDashboardClientTypesAn enumerated type of type DashboardClientTypes to indicate the type of client this dashboard should be rendered for.
Remarks See Also