共用方式為


WebSiteProperties4.EnableNTLMAuthentication 屬性

 

發行︰ 2016年7月

Use Base

True

命名空間:   VsWebSite100
組件:  VsWebSite.Interop100 (於 VsWebSite.Interop100.dll)

語法

bool EnableNTLMAuthentication { get; set; }
property bool EnableNTLMAuthentication {
    bool get();
    void set(bool value);
}
abstract EnableNTLMAuthentication : bool with get, set
Property EnableNTLMAuthentication As Boolean

屬性值

Type: System.Boolean

實作

WebSiteProperties3.EnableNTLMAuthentication

另請參閱

WebSiteProperties4 介面
VsWebSite100 命名空間

回到頁首