Partager via


MergeableConfigurationCollectionTypeAttribute.MergeableConfigurationCollectionType Property

Gets the type of IMergeableConfigurationElementCollection that should be associated with the target ConfigurationElementCollection class.

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

Syntax

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

Field Value

The type of IMergeableConfigurationElementCollection that should be associated with the target ConfigurationElementCollection class.

See Also

MergeableConfigurationCollectionTypeAttribute Class

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