Share via


EnterpriseManagementObjectGenericCriteria.GetValidPropertyNames Method

Definition

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

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

Returns

The collection of property names.

Applies to