DashboardObjectTab Property |
|
DataPA OpenAnalytics API Reference
Gets the DashboardTab object that this Dashboard Object belongs too.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DashboardTab Tab { get; }
Public ReadOnly Property Tab As DashboardTab
Get
public:
virtual property DashboardTab^ Tab {
DashboardTab^ get () sealed;
}
Property Value
Type:
DashboardTabThe DashboardTab object that this Dashboard Object belongs too.
Return Value
Type:
DashboardTabThe DashboardTab object that this Dashboard Object belongs too.
Remarks See Also