Share via


EnvironmentOverriddenPropertyElement.Attribute Property

The name of the attribute in XML that contains the overridden value.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.EnvironmentalOverrides.Configuration
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.EnvironmentalOverrides (in Microsoft.Practices.EnterpriseLibrary.Configuration.EnvironmentalOverrides.dll)

Syntax

'Declaration
<ConfigurationPropertyAttribute("attribute", IsRequired := True, IsKey := True)> _
Public Property Attribute As String
[ConfigurationPropertyAttribute("attribute", IsRequired = true, IsKey = true)]
public string Attribute { get; set; }
[ConfigurationPropertyAttribute(L"attribute", IsRequired = true, IsKey = true)]
public:
property String^ Attribute {
    String^ get ();
    void set (String^ value);
}
public function get Attribute () : String
public function set Attribute (value : String)

See Also

EnvironmentOverriddenPropertyElement Class

Microsoft.Practices.EnterpriseLibrary.Configuration.EnvironmentalOverrides.Configuration Namespace