Share via


DictConfigurationKey.enabled Method

Definition

Returns a value that indicates whether the configuration key is enabled.

public:
 virtual bool enabled();
public virtual bool enabled ();
abstract member enabled : unit -> bool
override this.enabled : unit -> bool
Public Overridable Function enabled () As Boolean

Returns

true if the configuration key is enabled; otherwise, false.

Remarks

For an example that uses this method, see the new method.

Applies to