ParameterMetadata.ParameterSets Property
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 the ParameterSets metadata that this parameter belongs to.
public:
property System::Collections::Generic::Dictionary<System::String ^, System::Management::Automation::ParameterSetMetadata ^> ^ ParameterSets { System::Collections::Generic::Dictionary<System::String ^, System::Management::Automation::ParameterSetMetadata ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,System.Management.Automation.ParameterSetMetadata> ParameterSets { get; }
member this.ParameterSets : System.Collections.Generic.Dictionary<string, System.Management.Automation.ParameterSetMetadata>
Public ReadOnly Property ParameterSets As Dictionary(Of String, ParameterSetMetadata)