GetCommandCommand.Verb Property

Definition

Gets or sets the verb parameter to the cmdlet.

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

Property Value

String[]
Attributes

Applies to