DashboardObjectFilterClearedDependantObjects Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a collection that contains all dashboard objects that need refreshing because they have had this filter removed.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Collection FilterClearedDependantObjects { get; set; }
Public Property FilterClearedDependantObjects As Collection
Get
Set
public:
virtual property Collection^ FilterClearedDependantObjects {
Collection^ get () sealed;
void set (Collection^ value) sealed;
}
function get_FilterClearedDependantObjects();
function set_FilterClearedDependantObjects(value);
Property Value
Type:
CollectionA collection that contains all dashboard objects that need refreshing because they have had this filter removed.
Return Value
Type:
CollectionA collection that contains all dashboard objects that need refreshing because they have had this filter removed.
Remarks See Also