Bearbeiten

WebScriptEnablingBehavior.HelpEnabled Property

Definition

Gets or sets a value that determines if the WCF REST Help page is enabled.

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

Property Value

true if the WCF REST Help page is enabled; otherwise false.

Remarks

For more information about the WCF REST Help page, see WCF Web HTTP Service Help Page.

Applies to