RemoteCodeContainer.BrowseOnlineUrl 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.
The user-browsable location of this RemoteCodeContainer on the web. An absolute URL.
public:
property Uri ^ BrowseOnlineUrl { Uri ^ get(); };
public Uri BrowseOnlineUrl { get; }
member this.BrowseOnlineUrl : Uri
Public ReadOnly Property BrowseOnlineUrl As Uri