共用方式為


WebHttpEndpoint.HelpEnabled 屬性

定義

取得或設定值,這個值表示端點是否啟用 HTTP 說明頁面。

public:
 property bool HelpEnabled { bool get(); void set(bool value); };
public bool HelpEnabled { get; set; }
member this.HelpEnabled : bool with get, set
Public Property HelpEnabled As Boolean

屬性值

如果啟用 HTTP 說明頁面,則為 true,否則為 false

適用於