WebSiteProperties2 Interface

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

Namespace:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

'Declaration
<GuidAttribute("0F4EDFB6-C797-42FB-A7E0-0C93D6F4FB6B")> _
Public Interface WebSiteProperties2 _
    Inherits WebSiteProperties
[GuidAttribute("0F4EDFB6-C797-42FB-A7E0-0C93D6F4FB6B")]
public interface WebSiteProperties2 : WebSiteProperties
[GuidAttribute(L"0F4EDFB6-C797-42FB-A7E0-0C93D6F4FB6B")]
public interface class WebSiteProperties2 : WebSiteProperties
[<GuidAttribute("0F4EDFB6-C797-42FB-A7E0-0C93D6F4FB6B")>]
type WebSiteProperties2 =  
    interface 
        interface WebSiteProperties 
    end
public interface WebSiteProperties2 extends WebSiteProperties

The WebSiteProperties2 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 StartWorkingDirectory
Public property VsWebServerPort
Public property VsWebServerVPath Gets or sets the virtual path for the Visual Studio Web server.
Public property WebSiteType

Top

Remarks

The WebSiteProperties2 interface inherits all members of the WebSiteProperties interface and adds the VsWebServerVPath property.

See Also

Reference

VsWebSite Namespace

WebSiteProperties3