ParameterMetadata.ParameterSets Property

Definition

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)

Property Value

Applies to