MonitoringPerformanceDataCriteria.GetValidPropertyNames Method

Updated: April 16, 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)Dim returnValue As ReadOnlyCollection(Of String) returnValue = MonitoringPerformanceDataCriteria.GetValidPropertyNamesPublic Shared Function GetValidPropertyNames As ReadOnlyCollection(Of String)public static ReadOnlyCollection<string> GetValidPropertyNames ()public: static ReadOnlyCollection<String^>^ GetValidPropertyNames ()public static ReadOnlyCollection<String> GetValidPropertyNames ()public static function GetValidPropertyNames () : ReadOnlyCollection<String>Return ValueReturns a ReadOnlyCollection of strings that contain the valid property names that can be used in the criteria expression.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms