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.
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
'Usage
Dim instance As WebSiteProperties2
[GuidAttribute("0F4EDFB6-C797-42FB-A7E0-0C93D6F4FB6B")]
public interface WebSiteProperties2 : WebSiteProperties
[GuidAttribute(L"0F4EDFB6-C797-42FB-A7E0-0C93D6F4FB6B")]
public interface class WebSiteProperties2 : WebSiteProperties
public interface WebSiteProperties2 extends WebSiteProperties
Remarks
The WebSiteProperties2 interface inherits all members of the WebSiteProperties interface and adds the VsWebServerVPath property.