Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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