Partilhar via


BaseTypeAttribute.BaseType Property

Gets the Type to filter selections.

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

Syntax

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

Field Value

The Type to filter selections.

See Also

BaseTypeAttribute Class

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