Gets a collection of the valid property names
that can be used in the criteria expression. Namespace:
Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim returnValue As ReadOnlyCollection(Of String) returnValue = AgentManagedComputerCriteria.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.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim returnValue As ReadOnlyCollection(Of String) returnValue = AgentManagedComputerCriteria.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.