Share via


ManagementPackReportResourceCriteria.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

Type: ReadOnlyCollection<T>

The collection of property names that can be used in the criteria expression.

Applies to