Share via


MonitoringObjectCriteria.GetSpecialPropertyNames Method

Definition

Gets all the valid property names.

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

Returns

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

Applies to