Share via


MonitoringAlertProperty.AllProperties Property

 

Applies To: Operations Manager for System Center 2012

Returns a collection of MonitoringAlertProperty objects. Each object represents an MonitoringAlert property.

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

Syntax

public static IList<MonitoringAlertProperty> AllProperties { get; }
public:
property IList<MonitoringAlertProperty^>^ AllProperties {
    static IList<MonitoringAlertProperty^>^ get();
}
static member AllProperties : IList<MonitoringAlertProperty> with get
Public Shared ReadOnly Property AllProperties As IList(Of MonitoringAlertProperty)

Property Value

Type: System.Collections.Generic.IList<MonitoringAlertProperty>

Returns an IList<T> of MonitoringAlertProperty objects.

See Also

MonitoringAlertProperty Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top