Share via


WebSiteProperties2 Interface

Definition

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

public interface class WebSiteProperties2 : VsWebSite::WebSiteProperties
[System.Runtime.InteropServices.Guid("0F4EDFB6-C797-42FB-A7E0-0C93D6F4FB6B")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface WebSiteProperties2 : VsWebSite.WebSiteProperties
[<System.Runtime.InteropServices.Guid("0F4EDFB6-C797-42FB-A7E0-0C93D6F4FB6B")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type WebSiteProperties2 = interface
    interface WebSiteProperties
Public Interface WebSiteProperties2
Implements WebSiteProperties
Derived
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
StartWorkingDirectory
VsWebServerPort
VsWebServerVPath

Gets or sets the virtual path for the Visual Studio Web server.

WebSiteType

Applies to