ISharePointProject.StartupItem Property

Definition

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.

Applies to