DashboardObjectFilters Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the all the filter objects that filter data for this object
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public List<DashboardFilter> Filters { get; set; }
Public Property Filters As List(Of DashboardFilter)
Get
Set
public:
virtual property List<DashboardFilter^>^ Filters {
List<DashboardFilter^>^ get () sealed;
void set (List<DashboardFilter^>^ value) sealed;
}
function get_Filters();
function set_Filters(value);
Property Value
Type:
ListDashboardFilterAll the filter objects that filter data for this object
Return Value
Type:
ListDashboardFilterAll the filter objects that filter data for this object
Remarks See Also