EnterPSSessionCommand.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.
ConnectionUri parameter.
public:
property Uri ^ ConnectionUri { Uri ^ get(); void set(Uri ^ value); };
public Uri ConnectionUri { get; set; }
[System.Management.Automation.Alias(new System.String[] { "URI", "CU" })]
[System.Management.Automation.Parameter(ParameterSetName="Uri", Position=1, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public Uri ConnectionUri { get; set; }
member this.ConnectionUri : Uri with get, set
[<System.Management.Automation.Alias(new System.String[] { "URI", "CU" })>]
[<System.Management.Automation.Parameter(ParameterSetName="Uri", Position=1, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.ConnectionUri : Uri with get, set
Public Property ConnectionUri As Uri
Property Value
- Attributes