共用方式為


WebHttpElement.HelpEnabled 屬性

定義

取得或設定值,這個值表示是否已啟用說明。

public:
 property bool HelpEnabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("helpEnabled")]
public bool HelpEnabled { get; set; }
[<System.Configuration.ConfigurationProperty("helpEnabled")>]
member this.HelpEnabled : bool with get, set
Public Property HelpEnabled As Boolean

屬性值

Boolean

如果已啟用說明,則為 true,否則為 false

屬性

適用於