IExplorerNodeContext.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 of the SharePoint site (Microsoft.SharePoint.SPWeb) that this node is associated with.
public:
property Uri ^ SiteUrl { Uri ^ get(); };
public Uri SiteUrl { get; }
member this.SiteUrl : Uri
Public ReadOnly Property SiteUrl As Uri
Property Value
A value representing the URL of the SharePoint site.