ManagedDashboardFilterParamaterObjects Property |
|
DataPA OpenAnalytics API Reference
Gets a collection that contains all of the ControlPanelObjects with an objectType property of ControlPanelObjectFilterParameter.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Collection FilterParamaterObjects { get; }
Public ReadOnly Property FilterParamaterObjects As Collection
Get
public:
virtual property Collection^ FilterParamaterObjects {
Collection^ get () sealed;
}
function get_FilterParamaterObjects();
Return Value
Type:
CollectionA collection that contains all of the ControlPanelObjects with an objectType property of ControlPanelObjectFilterParameter.
Remarks See Also