WebSettings.AuthoringAccess Property
Definition
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.
Gets or sets the Web access method for new projects.
public:
property VSLangProj::webPrjAuthoringAccess AuthoringAccess { VSLangProj::webPrjAuthoringAccess get(); void set(VSLangProj::webPrjAuthoringAccess value); };
public:
property VSLangProj::webPrjAuthoringAccess AuthoringAccess { VSLangProj::webPrjAuthoringAccess get(); void set(VSLangProj::webPrjAuthoringAccess value); };
[System.Runtime.InteropServices.ComAliasName("VSLangProj.webPrjAuthoringAccess")]
[System.Runtime.InteropServices.DispId(1)]
public VSLangProj.webPrjAuthoringAccess AuthoringAccess { [System.Runtime.InteropServices.DispId(1)] get; [System.Runtime.InteropServices.DispId(1)] set; }
[<System.Runtime.InteropServices.ComAliasName("VSLangProj.webPrjAuthoringAccess")>]
[<System.Runtime.InteropServices.DispId(1)>]
[<get: System.Runtime.InteropServices.DispId(1)>]
[<set: System.Runtime.InteropServices.DispId(1)>]
member this.AuthoringAccess : VSLangProj.webPrjAuthoringAccess with get, set
Public Property AuthoringAccess As webPrjAuthoringAccess
Property Value
A webPrjAuthoringAccess value.
- Attributes
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.