GetHelpCommand.Parameter 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.
Parameter name.
public:
property System::String ^ Parameter { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ Parameter { Platform::String ^ get(); void set(Platform::String ^ value); };
public string Parameter { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Parameters")]
public string[] Parameter { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Parameters")]
public string Parameter { get; set; }
member this.Parameter : string with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Parameters")>]
member this.Parameter : string[] with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Parameters")>]
member this.Parameter : string with get, set
Public Property Parameter As String
Public Property Parameter As String()
Property Value
String[]
- Attributes
Remarks
Support WildCard strings as supported by WildcardPattern class.