TypeBuildNodeConstraint.BaseType Property
Gets the base type (class or interface) from which the constrained type should derive.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Property BaseType As Type
public Type BaseType { get; internal set; }
public:
property Type^ BaseType {
Type^ get ();
void set (Type^ value);
}
public function get BaseType () : Type
public function set BaseType (value : Type)
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors Namespace