DesigntimeDefaultAttribute Class
Specifies a default value for a configuration property.
Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple := False)> _
Public Class DesigntimeDefaultAttribute _
Inherits Attribute
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = false)]
public class DesigntimeDefaultAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Property, AllowMultiple = false)]
public ref class DesigntimeDefaultAttribute : public Attribute
public class DesigntimeDefaultAttribute extends Attribute
Inheritance Hierarchy
System.Object
System.Attribute
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design.DesigntimeDefaultAttribute
See Also
DesigntimeDefaultAttribute Members
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace