PSRemotingBaseCmdlet.ConnectionUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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