ManagementPackFormCriteria.GetValidPropertyNames Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves all the valid property names.
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
Returns ReadOnlyCollection<T>.
All the valid property names.