CommandMetadata.Parameters 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 parameter data for this command.
public:
property System::Collections::Generic::Dictionary<System::String ^, System::Management::Automation::ParameterMetadata ^> ^ Parameters { System::Collections::Generic::Dictionary<System::String ^, System::Management::Automation::ParameterMetadata ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,System.Management.Automation.ParameterMetadata> Parameters { get; }
member this.Parameters : System.Collections.Generic.Dictionary<string, System.Management.Automation.ParameterMetadata>
Public ReadOnly Property Parameters As Dictionary(Of String, ParameterMetadata)