Share via


ManagementPackFactTypeCriteria.GetValidPropertyNames Method

Definition

Gets a collection of the valid property names that can be used in the criteria expression.

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

The valid property names.

Applies to