TypeBuildNodeConstraint.ConfigurationType Property
Gets the base type from which a type specified by the ConfigurationElementTypeAttribute bound to the constrained type should derive, or nulla null reference (Nothing in Visual Basic) if no such constraint is necessary.
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 ConfigurationType As Type
public Type ConfigurationType { get; internal set; }
public:
property Type^ ConfigurationType {
Type^ get ();
void set (Type^ value);
}
public function get ConfigurationType () : Type
public function set ConfigurationType (value : Type)
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors Namespace