This documentation is archived and is not being maintained.
Type.UnderlyingSystemType Property
.NET Framework 1.1
Indicates the type provided by the common language runtime that represents this type.
[Visual Basic] Public MustOverride ReadOnly Property UnderlyingSystemType As Type _ Implements IReflect.UnderlyingSystemType [C#] public abstract Type UnderlyingSystemType {get;} [C++] public: __property virtual Type* get_UnderlyingSystemType() = 0; [JScript] public abstract function get UnderlyingSystemType() : Type;
Property Value
The underlying system type for the Type.
Implements
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework, Common Language Infrastructure (CLI) Standard
See Also
Show: