GetVerbCommand.Verb Property

Definition

Optional Verb filter.

[System.Management.Automation.Parameter(Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)]
public string[] Verb { get; set; }
[System.Management.Automation.Parameter(Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ArgumentCompleter(typeof(System.Management.Automation.Verbs+VerbArgumentCompleter))]
public string[] Verb { get; set; }
[<System.Management.Automation.Parameter(Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)>]
member this.Verb : string[] with get, set
[<System.Management.Automation.Parameter(Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ArgumentCompleter(typeof(System.Management.Automation.Verbs+VerbArgumentCompleter))>]
member this.Verb : string[] with get, set
Public Property Verb As String()

Property Value

String[]
Attributes

Applies to