PSRunspaceCmdlet.Name Property

Definition

Name of the remote runspaceinfo object.

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

Property Value

String[]
Attributes

Applies to