IExplorerNodeContext.SiteUrl Property

Definition

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

Uri

A value representing the URL of the SharePoint site.

Applies to