Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
__id | Infrastructure. |
![]() |
BrowseURL | |
![]() |
CurrentWebsiteLanguage | |
![]() |
EnableASPXDebugging | |
![]() |
EnableFxCop | |
![]() |
EnableNTLMAuthentication | |
![]() |
EnableSQLServerDebugging | |
![]() |
EnableUnmanagedDebugging | |
![]() |
EnableVsWebServer | |
![]() |
EnableVsWebServerDynamicPort | |
![]() |
Extender | |
![]() |
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 |
Top
Remarks
WebSiteProperties3 inherits all members of WebSiteProperties2 and adds the StartWebServerOnDebug and TargetFramework properties.