WebSettings.AuthoringAccess 属性

定义

获取或设置新项目的 Web 访问方法。

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

属性值

webPrjAuthoringAccess

一个 webPrjAuthoringAccess 值。

属性

注解

可以通过两种方式访问 Web 项目:

  • 使用 FrontPage 服务器扩展。

  • 使用 UNC access (Windows 文件系统) ,也称为文件共享访问。

创建项目后,使用属性更改其 Web 访问方法 WebAccessMethod

适用于