Share via


ConfigurationAuthenticationModuleService.EnabledPropertyName Property

Definition

When overridden in a derived class, gets the attribute name that specifies the enabled value.

protected:
 abstract property System::String ^ EnabledPropertyName { System::String ^ get(); };
protected abstract string EnabledPropertyName { get; }
member this.EnabledPropertyName : string
Protected MustOverride ReadOnly Property EnabledPropertyName As String

Property Value

The attribute name that specifies the enabled value.

Remarks

This property gets a value that may be similar to "mode", "impersonate", or "enabled". The attribute value (a Boolean value of true or false) specifies whether the module is enabled or disabled.

Applies to