Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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