WebProjectCreationInformation.ProjectType Property

Definition

Gets or sets the type of this web project.

public:
 property Microsoft::VisualStudio::SharePoint::WebProjectType ProjectType { Microsoft::VisualStudio::SharePoint::WebProjectType get(); void set(Microsoft::VisualStudio::SharePoint::WebProjectType value); };
public Microsoft.VisualStudio.SharePoint.WebProjectType ProjectType { get; set; }
member this.ProjectType : Microsoft.VisualStudio.SharePoint.WebProjectType with get, set
Public Property ProjectType As WebProjectType

Property Value

The type of this web project.

Applies to