EnterpriseManagementObjectCriteria.GetSpecialPropertyNames Method

Definition

Gets a read-only collection of property names that can be used by this criteria.

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

The collection of property names.

Applies to