MonitoringAlertCriteria.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.
Gets 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
A collection of property names that can be used by this criteria object.