GetVerbCommand.Group Property

Definition

Optional Group filter.

[System.Management.Automation.Parameter(Position=1, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateSet(new System.String[] { "Common", "Communications", "Data", "Diagnostic", "Lifecycle", "Other", "Security" })]
public string[] Group { get; set; }
[<System.Management.Automation.Parameter(Position=1, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateSet(new System.String[] { "Common", "Communications", "Data", "Diagnostic", "Lifecycle", "Other", "Security" })>]
member this.Group : string[] with get, set
Public Property Group As String()

Property Value

String[]
Attributes

Applies to