ControlPanelObjectDependandQueryIDs Property |
|
DataPA OpenAnalytics 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 public List<string> DependandQueryIDs { get; set; }
Public Property DependandQueryIDs As List(Of String)
Get
Set
public:
virtual property List<String^>^ DependandQueryIDs {
List<String^>^ get () sealed;
void set (List<String^>^ value) sealed;
}
function get_DependandQueryIDs();
function set_DependandQueryIDs(value);
Property Value
Type:
ListStringA list of query IDs that represents which queries require this object to refresh when refreshed.
Return Value
Type:
ListStringA list of query IDs that represents which queries require this object to refresh when refreshed.
Remarks See Also