BaseTypeAttribute.ConfigurationType Property
Gets the configuration object Type.
Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)
Syntax
'Declaration
Public ReadOnly Property ConfigurationType As Type
public Type ConfigurationType { get; }
public:
property Type^ ConfigurationType {
Type^ get ();
}
public function get ConfigurationType () : Type
Field Value
The configuration object Type.
See Also
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace