GetCommandCommand.Noun Property

Definition

Gets or sets the noun parameter to the cmdlet.

public:
 property cli::array <System::String ^> ^ Noun { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public:
 property Platform::Array <Platform::String ^> ^ Noun { Platform::Array <Platform::String ^> ^ get(); void set(Platform::Array <Platform::String ^> ^ value); };
public string[] Noun { get; set; }
[System.Management.Automation.ArgumentCompleter(typeof(Microsoft.PowerShell.Commands.NounArgumentCompleter))]
[System.Management.Automation.Parameter(ParameterSetName="CmdletSet", ValueFromPipelineByPropertyName=true)]
public string[] Noun { get; set; }
member this.Noun : string[] with get, set
[<System.Management.Automation.ArgumentCompleter(typeof(Microsoft.PowerShell.Commands.NounArgumentCompleter))>]
[<System.Management.Automation.Parameter(ParameterSetName="CmdletSet", ValueFromPipelineByPropertyName=true)>]
member this.Noun : string[] with get, set
Public Property Noun As String()

Property Value

String[]
Attributes

Applies to