Share via


MonitoringEventCriteria.GetValidPropertyNames Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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)

Usage

'Usage
Dim returnValue As ReadOnlyCollection(Of String)

returnValue = MonitoringEventCriteria.GetValidPropertyNames

Syntax

'Declaration
Public 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 Value

Returns a ReadOnlyCollection of strings that contain the valid property names that can be used in the criteria expression.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

MonitoringEventCriteria Class
MonitoringEventCriteria Members
Microsoft.EnterpriseManagement.Monitoring Namespace