CloneableConfigurationElementTypeAttribute Class
Attribute class used to associate a ConfigurationElement class with an ICloneableConfigurationElement implementation.
Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := False)> _
Public Class CloneableConfigurationElementTypeAttribute _
Inherits Attribute
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false)]
public class CloneableConfigurationElementTypeAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = false)]
public ref class CloneableConfigurationElementTypeAttribute : public Attribute
public class CloneableConfigurationElementTypeAttribute extends Attribute
Inheritance Hierarchy
System.Object
System.Attribute
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design.CloneableConfigurationElementTypeAttribute
See Also
CloneableConfigurationElementTypeAttribute Members
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ICloneableConfigurationElement