EnterpriseManagementObjectCriteria.GetValidPropertyNames Method

Definition

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

public:
 System::Collections::Generic::IList<System::String ^> ^ GetValidPropertyNames();
public System.Collections.Generic.IList<string> GetValidPropertyNames ();
member this.GetValidPropertyNames : unit -> System.Collections.Generic.IList<string>
Public Function GetValidPropertyNames () As IList(Of String)

Returns

The collection of property names.

Applies to