Share via


WebSiteProperties3 Interface

Provides the properties that are supported by a Web site project in Visual Studio.

Namespace:  VsWebSite90
Assembly:  VsWebSite.Interop90 (in VsWebSite.Interop90.dll)

Syntax

'Declaration
<GuidAttribute("42B54C4B-2A9C-4EBC-A9A2-344A8F96107F")> _
Public Interface WebSiteProperties3 _
    Inherits WebSiteProperties2
'Usage
Dim instance As WebSiteProperties3
[GuidAttribute("42B54C4B-2A9C-4EBC-A9A2-344A8F96107F")]
public interface WebSiteProperties3 : WebSiteProperties2
[GuidAttribute(L"42B54C4B-2A9C-4EBC-A9A2-344A8F96107F")]
public interface class WebSiteProperties3 : WebSiteProperties2
public interface WebSiteProperties3 extends WebSiteProperties2

Remarks

WebSiteProperties3 inherits all members of WebSiteProperties2 and adds the StartWebServerOnDebug and TargetFramework properties.

See Also

Reference

WebSiteProperties3 Members

VsWebSite90 Namespace

WebSiteProperties