PSRemotingBaseCmdlet.ConnectionUri Property

Definition

A complete URI(s) specified for the remote computer and shell to connect to and create runspace for.

public:
 virtual property cli::array <Uri ^> ^ ConnectionUri { cli::array <Uri ^> ^ get(); void set(cli::array <Uri ^> ^ value); };
public virtual Uri[] ConnectionUri { get; set; }
[System.Management.Automation.Alias(new System.String[] { "URI", "CU" })]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Uri", Position=0, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public virtual Uri[] ConnectionUri { get; set; }
member this.ConnectionUri : Uri[] with get, set
[<System.Management.Automation.Alias(new System.String[] { "URI", "CU" })>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Uri", Position=0, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.ConnectionUri : Uri[] with get, set
Public Overridable Property ConnectionUri As Uri()

Property Value

Uri[]
Attributes

Applies to