Share via


ConfigurationAuthenticationModuleService.GetEnabledProperty Method

Definition

Retrieves the configuration attribute that contains the specified element.

protected:
 Microsoft::Web::Administration::ConfigurationAttribute ^ GetEnabledProperty(Microsoft::Web::Administration::ConfigurationElement ^ element);
protected Microsoft.Web.Administration.ConfigurationAttribute GetEnabledProperty (Microsoft.Web.Administration.ConfigurationElement element);
member this.GetEnabledProperty : Microsoft.Web.Administration.ConfigurationElement -> Microsoft.Web.Administration.ConfigurationAttribute
Protected Function GetEnabledProperty (element As ConfigurationElement) As ConfigurationAttribute

Parameters

element
ConfigurationElement

The XML element that contains the configuration settings.

Returns

The ConfigurationAttribute object that contains the XML element specified by the element parameter.

Remarks

The name of the returned Microsoft.Web.Administration.ConfigurationAttribute object is specified by the EnabledPropertyName property.

Applies to