ISharePointProject.StartupItem 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 item to launch on project startup.
public:
property Microsoft::VisualStudio::SharePoint::ISharePointProjectStartupItem ^ StartupItem { Microsoft::VisualStudio::SharePoint::ISharePointProjectStartupItem ^ get(); void set(Microsoft::VisualStudio::SharePoint::ISharePointProjectStartupItem ^ value); };
public Microsoft.VisualStudio.SharePoint.ISharePointProjectStartupItem StartupItem { get; set; }
member this.StartupItem : Microsoft.VisualStudio.SharePoint.ISharePointProjectStartupItem with get, set
Public Property StartupItem As ISharePointProjectStartupItem
Property Value
An object representing a project item.