DashboardObjectUpdatingFilterObjects Property |
|
DataPA OpenAnalytics API Reference
Gets a collection of Filter Paramaters that cause this object to refresh when the filter value is changed.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Collection UpdatingFilterObjects { get; }
Public ReadOnly Property UpdatingFilterObjects As Collection
Get
public:
virtual property Collection^ UpdatingFilterObjects {
Collection^ get () sealed;
}
function get_UpdatingFilterObjects();
Return Value
Type:
CollectionA collection of Filter Paramaters that cause this object to refresh when the filter value is changed.
Remarks See Also