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

属性值

Boolean

如果启用 HTTP 帮助页,则为 true;否则为 false

适用于