DashboardQueryHasDependantObjects Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates whether any DashboardObjects are dependant on the data provided by this query.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool HasDependantObjects { get; }
Public ReadOnly Property HasDependantObjects As Boolean
Get
public:
virtual property bool HasDependantObjects {
bool get () sealed;
}
function get_HasDependantObjects();
Return Value
Type:
BooleanTrue if any DashboardObjects are dependant on the data provided by this query.
Remarks See Also