Gets the underlying system type for the Type.
[Visual Basic] MustOverride Public ReadOnly Property UnderlyingSystemType As Type [C#] public Type UnderlyingSystemType {abstract get;} [C++] public: __property virtual Type* get_UnderlyingSystemType() = 0; [JScript] public abstract function get UnderlyingSystemType() : Type;
The underlying system type for the Type.