Share via


WebSiteProperties3 Interface

Definition

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

public interface class WebSiteProperties3 : VsWebSite::WebSiteProperties2
[System.Runtime.InteropServices.Guid("42B54C4B-2A9C-4EBC-A9A2-344A8F96107F")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface WebSiteProperties3 : VsWebSite.WebSiteProperties2
[<System.Runtime.InteropServices.Guid("42B54C4B-2A9C-4EBC-A9A2-344A8F96107F")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type WebSiteProperties3 = interface
    interface WebSiteProperties2
Public Interface WebSiteProperties3
Implements WebSiteProperties2
Attributes
Implements

Properties

__id
BrowseURL
CurrentWebsiteLanguage
EnableASPXDebugging
EnableFxCop
EnableNTLMAuthentication
EnableSQLServerDebugging
EnableUnmanagedDebugging
EnableVsWebServer
EnableVsWebServerDynamicPort
Extender[String]
ExtenderCATID
ExtenderNames
FullPath
FxCopRuleAssemblies
FxCopRules
OpenedURL
ProjectDirty
StartAction
StartArguments
StartPage
StartProgram
StartURL
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.

StartWorkingDirectory
TargetFramework

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

VsWebServerPort
VsWebServerVPath
WebSiteType

Applies to