MonitoringObjectGenericCriteria.GetValidPropertyNames Method

Definition

Gets all the valid property names.

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ GetValidPropertyNames();
public static System.Collections.ObjectModel.ReadOnlyCollection<string> GetValidPropertyNames ();
static member GetValidPropertyNames : unit -> System.Collections.ObjectModel.ReadOnlyCollection<string>
Public Shared Function GetValidPropertyNames () As ReadOnlyCollection(Of String)

Returns

A collection of property names that can be used by this criteria object.

Applies to