SharePointProjectItemStartupUrlRequestedEventArgs.StartupUrl 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 startup URL that is used for debugging when the SharePoint project item is selected as a Startup item.
public:
property Uri ^ StartupUrl { Uri ^ get(); void set(Uri ^ value); };
public Uri StartupUrl { get; set; }
member this.StartupUrl : Uri with get, set
Public Property StartupUrl As Uri
Property Value
A URL.