WebSettings.AuthoringAccess Property

Definition

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.

Applies to