AemGlobalSettings.BucketTypeFilters Property

 

Applies To: Operations Manager for System Center 2012

Gets bucket type filters.

Namespace:   Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public Collection<BucketType> BucketTypeFilters { get; }
public:
property Collection<BucketType>^ BucketTypeFilters {
    Collection<BucketType>^ get();
}
member BucketTypeFilters : Collection<BucketType> with get
Public ReadOnly Property BucketTypeFilters As Collection(Of BucketType)

Property Value

Type: System.Collections.ObjectModel.Collection<BucketType>

Returns a Collection<T> of enumeration values.

See Also

AemGlobalSettings Class
Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring Namespace

Return to top