DataPA Enterprise Dashboard Controls API Reference
Gets and sets a list of query IDs that represents which queries require this object to refresh when refreshed.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public List<string> DependandQueryIDs { get; set; } |
Visual Basic |
---|
Public Property DependandQueryIDs As List(Of String)
Get
Set |
Visual C++ |
---|
public:
virtual property List<String^>^ DependandQueryIDs {
List<String^>^ get () sealed;
void set (List<String^>^ value) sealed;
} |
Property Value
Type:
List<(Of <(<'String>)>)>A list of query IDs that represents which queries require this object to refresh when refreshed.
Return Value
Type:
List<(Of <(<'String>)>)>A list of query IDs that represents which queries require this object to refresh when refreshed.
Remarks
See Also