See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Namespace: NTier.ComponentModel.Design
Assembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0

Syntax

C#
protected virtual Type DefaultType { get; }
Visual Basic
Protected Overridable ReadOnly Property DefaultType As Type
	Get
Visual C++
protected:
virtual property Type^ DefaultType {
	Type^ get ();
}

Property Value

Type: Type

See Also