EnvironmentalOverridesAttribute Class

Attribute class used to indicate whether a property can be overwritten per environment.
The default behavior is that any property can be overwritten.

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

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Property, AllowMultiple := False)> _
Public NotInheritable Class EnvironmentalOverridesAttribute _
    Inherits Attribute
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Property, AllowMultiple = false)]
public sealed class EnvironmentalOverridesAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Property, AllowMultiple = false)]
public ref class EnvironmentalOverridesAttribute sealed : public Attribute
public final class EnvironmentalOverridesAttribute extends Attribute

Inheritance Hierarchy

System.Object
  System.Attribute
    Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design.EnvironmentalOverridesAttribute

See Also

EnvironmentalOverridesAttribute Members

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace