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.
Gets or sets the Web access method for new projects.
Namespace: VSLangProj
Assembly: VSLangProj (in VSLangProj.dll)
Syntax
'Declaration
Property AuthoringAccess As webPrjAuthoringAccess
webPrjAuthoringAccess AuthoringAccess { get; set; }
property webPrjAuthoringAccess AuthoringAccess {
webPrjAuthoringAccess get ();
void set (webPrjAuthoringAccess value);
}
abstract AuthoringAccess : webPrjAuthoringAccess with get, set
function get AuthoringAccess () : webPrjAuthoringAccess
function set AuthoringAccess (value : webPrjAuthoringAccess)
Property Value
Type: VSLangProj.webPrjAuthoringAccess
A webPrjAuthoringAccess value.
Remarks
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.