prjWebAccessMethod Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used by the WebAccessMethod.
public enum class prjWebAccessMethod
C++/CX
public enum class prjWebAccessMethod
enum prjWebAccessMethod
[System.Runtime.InteropServices.Guid("88A4C7D7-2587-4CC3-ADAC-993896B5D094")]
public enum prjWebAccessMethod
[<System.Runtime.InteropServices.Guid("88A4C7D7-2587-4CC3-ADAC-993896B5D094")>]
type prjWebAccessMethod =
Public Enum prjWebAccessMethod
- Inheritance
-
prjWebAccessMethod
- Attributes
Name | Value | Description |
---|---|---|
prjWebAccessMethodFileShare | 0 | Use the Windows file system. |
prjWebAccessMethodFrontPage | 1 | Use FrontPage Server Extensions. |
Web projects can be accessed in two ways:
Using FrontPage Server Extensions.
Using UNC access (the Windows file system).
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |