WebSettings::AuthoringAccess Property
Visual Studio 2015
Gets or sets the Web access method for new projects.
Assembly: VSLangProj (in VSLangProj.dll)
property webPrjAuthoringAccess AuthoringAccess { webPrjAuthoringAccess get(); void set(webPrjAuthoringAccess value); }
Web projects can be accessed in two ways:
Using FrontPage Server Extensions.
Using UNC access (the Windows file system), also known as file-share access.
After a project is created, its Web access method is changed by using the WebAccessMethod property.
Show: