DataPA Enterprise Dashboard Controls 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
C# |
---|
public bool HasDependantObjects { get; } |
Visual Basic |
---|
Public ReadOnly Property HasDependantObjects As Boolean
Get |
Visual C++ |
---|
public:
virtual property bool HasDependantObjects {
bool get () sealed;
} |
Return Value
Type:
BooleanTrue if any DashboardObjects are dependant on the data provided by this query.
Remarks
See Also