CalculatedColumnDependantDashboardObjects Property |
|
DataPA OpenAnalytics API Reference
Gets an array of dashboard objects that are dependant on this calculated column.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DashboardObject[] DependantDashboardObjects { get; }
Public ReadOnly Property DependantDashboardObjects As DashboardObject()
Get
public:
virtual property array<DashboardObject^>^ DependantDashboardObjects {
array<DashboardObject^>^ get () sealed;
}
function get_DependantDashboardObjects();
Return Value
Type:
DashboardObjectAn array of dashboard objects that are dependant on this calculated column.
Remarks See Also