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

[GuidAttribute("42B54C4B-2A9C-4EBC-A9A2-344A8F96107F")]
public interface WebSiteProperties3 : WebSiteProperties2
[GuidAttribute("42B54C4B-2A9C-4EBC-A9A2-344A8F96107F")]
public interface class WebSiteProperties3 : WebSiteProperties2
[<GuidAttribute("42B54C4B-2A9C-4EBC-A9A2-344A8F96107F")>]
type WebSiteProperties3 = 
    interface
        interface WebSiteProperties2
    end
<GuidAttribute("42B54C4B-2A9C-4EBC-A9A2-344A8F96107F")>
Public Interface WebSiteProperties3
    Inherits WebSiteProperties2

Properties

Name Description
System_CAPS_pubproperty __id

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubproperty BrowseURL

System_CAPS_pubproperty CurrentWebsiteLanguage

System_CAPS_pubproperty EnableASPXDebugging

System_CAPS_pubproperty EnableFxCop

System_CAPS_pubproperty EnableNTLMAuthentication

System_CAPS_pubproperty EnableSQLServerDebugging

System_CAPS_pubproperty EnableUnmanagedDebugging

System_CAPS_pubproperty EnableVsWebServer

System_CAPS_pubproperty EnableVsWebServerDynamicPort

System_CAPS_pubproperty Extender[String]

System_CAPS_pubproperty ExtenderCATID

System_CAPS_pubproperty ExtenderNames

System_CAPS_pubproperty FullPath

System_CAPS_pubproperty FxCopRuleAssemblies

System_CAPS_pubproperty FxCopRules

System_CAPS_pubproperty OpenedURL

System_CAPS_pubproperty ProjectDirty

System_CAPS_pubproperty StartAction

System_CAPS_pubproperty StartArguments

System_CAPS_pubproperty StartPage

System_CAPS_pubproperty StartProgram

System_CAPS_pubproperty StartURL

System_CAPS_pubproperty 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.

System_CAPS_pubproperty StartWorkingDirectory

System_CAPS_pubproperty TargetFramework

Gets or sets the target .NET Framework version for the Web site.

System_CAPS_pubproperty VsWebServerPort

System_CAPS_pubproperty VsWebServerVPath

System_CAPS_pubproperty WebSiteType

Remarks

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

See Also

WebSiteProperties
VsWebSite90 Namespace

Return to top