Share via


CloneableConfigurationElementTypeAttribute.CloneableConfigurationElementType Property

Gets the type of ICloneableConfigurationElement that should be associated with the target ConfigurationElement class.

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

Syntax

'Declaration
Public ReadOnly Property CloneableConfigurationElementType As Type
public Type CloneableConfigurationElementType { get; }
public:
property Type^ CloneableConfigurationElementType {
    Type^ get ();
}
public function get CloneableConfigurationElementType () : Type

Field Value

The type of ICloneableConfigurationElement that should be associated with the target ConfigurationElement class.

See Also

CloneableConfigurationElementTypeAttribute Class

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