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
[GuidAttribute("42B54C4B-2A9C-4EBC-A9A2-344A8F96107F")]
public interface WebSiteProperties3 : WebSiteProperties2
[GuidAttribute(L"42B54C4B-2A9C-4EBC-A9A2-344A8F96107F")]
public interface class WebSiteProperties3 : WebSiteProperties2
[<GuidAttribute("42B54C4B-2A9C-4EBC-A9A2-344A8F96107F")>]
type WebSiteProperties3 =  
    interface 
        interface WebSiteProperties2 
    end
public interface WebSiteProperties3 extends WebSiteProperties2

The WebSiteProperties3 type exposes the following members.

Properties

  Name Description
Public property __id Infrastructure.
Public property BrowseURL
Public property CurrentWebsiteLanguage
Public property EnableASPXDebugging
Public property EnableFxCop
Public property EnableNTLMAuthentication
Public property EnableSQLServerDebugging
Public property EnableUnmanagedDebugging
Public property EnableVsWebServer
Public property EnableVsWebServerDynamicPort
Public property Extender
Public property ExtenderCATID
Public property ExtenderNames
Public property FullPath
Public property FxCopRuleAssemblies
Public property FxCopRules
Public property OpenedURL
Public property ProjectDirty
Public property StartAction
Public property StartArguments
Public property StartPage
Public property StartProgram
Public property StartURL
Public property StartWebServerOnDebug Gets or sets a value that indicates whether this Web site project should start the ASP.NET Development Server when the user clicks Debug if this Web site is not the start-up project in the solution.
Public property StartWorkingDirectory
Public property TargetFramework Gets or sets the target .NET Framework version for the Web site.
Public property VsWebServerPort
Public property VsWebServerVPath
Public property WebSiteType

Top

Remarks

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

See Also

Reference

VsWebSite90 Namespace

WebSiteProperties