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
Gets a collection of the valid property names that can be used in the criteria expression.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public static ReadOnlyCollection<string> GetValidPropertyNames()
public:
static ReadOnlyCollection<String^>^ GetValidPropertyNames()
static member GetValidPropertyNames : unit -> ReadOnlyCollection<string>
Public Shared Function GetValidPropertyNames As ReadOnlyCollection(Of String)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<String>
Returns a ReadOnlyCollection<T> of strings that contain the valid property names that can be used in the criteria expression.
See Also
MonitoringEventCriteria Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top