ISharePointProject.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 or sets the Site URL used by project during design time, deployment and debugging.
public:
property Uri ^ SiteUrl { Uri ^ get(); void set(Uri ^ value); };
public Uri SiteUrl { get; set; }
member this.SiteUrl : Uri with get, set
Public Property SiteUrl As Uri
Property Value
A URL for a SharePoint site.