WSManConnectionInfo.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.
Uri associated with this connection path.
public:
property Uri ^ ConnectionUri { Uri ^ get(); void set(Uri ^ value); };
public Uri ConnectionUri { get; set; }
member this.ConnectionUri : Uri with get, set
Public Property ConnectionUri As Uri