ShowCommandCommand.Name Property

Definition

Gets or sets the command name.

public string Name { get; set; }
[System.Management.Automation.Alias(new System.String[] { "CommandName" })]
[System.Management.Automation.Parameter(Position=0)]
public string Name { get; set; }
member this.Name : string with get, set
[<System.Management.Automation.Alias(new System.String[] { "CommandName" })>]
[<System.Management.Automation.Parameter(Position=0)>]
member this.Name : string with get, set
Public Property Name As String

Property Value

Attributes

Applies to