ConfigurationAuthenticationModuleService.GetEnabledProperty 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.
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.