ImplicitRemotingCommandBase.CommandName Property

Definition

Gets or sets the path(s) or name(s) of the commands to retrieve.

public:
 property cli::array <System::String ^> ^ CommandName { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public:
 property Platform::Array <Platform::String ^> ^ CommandName { Platform::Array <Platform::String ^> ^ get(); void set(Platform::Array <Platform::String ^> ^ value); };
public string[] CommandName { get; set; }
[System.Management.Automation.Alias(new System.String[] { "Name" })]
[System.Management.Automation.Parameter(Position=2)]
public string[] CommandName { get; set; }
member this.CommandName : string[] with get, set
[<System.Management.Automation.Alias(new System.String[] { "Name" })>]
[<System.Management.Automation.Parameter(Position=2)>]
member this.CommandName : string[] with get, set
Public Property CommandName As String()

Property Value

String[]
Attributes

Applies to