MonitoringAlertCriteria.GetValidPropertyNames Method ()
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
MonitoringAlertCriteria Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top