DictConfigurationKey.enabled Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.