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

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

Syntax

C#
public override Type UnderlyingSystemType { get; }
Visual Basic
Public Overrides ReadOnly Property UnderlyingSystemType As Type
	Get
Visual C++
public:
virtual property Type^ UnderlyingSystemType {
	Type^ get () override;
}

Property Value

Type: Type

Implements

_Type..::..UnderlyingSystemType
IReflect..::..UnderlyingSystemType

See Also