次の方法で共有


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

属性

適用対象