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.
Used by the WebAccessMethod.
Namespace: VSLangProj
Assembly: VSLangProj (in VSLangProj.dll)
Syntax
'Declaration
<GuidAttribute("88A4C7D7-2587-4CC3-ADAC-993896B5D094")> _
Public Enumeration prjWebAccessMethod
[GuidAttribute("88A4C7D7-2587-4CC3-ADAC-993896B5D094")]
public enum prjWebAccessMethod
[GuidAttribute(L"88A4C7D7-2587-4CC3-ADAC-993896B5D094")]
public enum class prjWebAccessMethod
[<GuidAttribute("88A4C7D7-2587-4CC3-ADAC-993896B5D094")>]
type prjWebAccessMethod
public enum prjWebAccessMethod
Members
Member name | Description | |
---|---|---|
prjWebAccessMethodFileShare | Use the Windows file system. | |
prjWebAccessMethodFrontPage | Use FrontPage Server Extensions. |
Remarks
Web projects can be accessed in two ways:
Using FrontPage Server Extensions.
Using UNC access (the Windows file system).