ISharePointConnection.SiteUrl 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.
Gets the URL to the SharePoint site that is connected to.
public:
property Uri ^ SiteUrl { Uri ^ get(); };
public Uri SiteUrl { get; }
member this.SiteUrl : Uri
Public ReadOnly Property SiteUrl As Uri
Property Value
The URL to the SharePoint site that is connected to.