IReflect.UnderlyingSystemType Property
.NET Framework 1.1
Gets the underlying type that represents the IReflect object.
[Visual Basic] ReadOnly Property UnderlyingSystemType As Type [C#] Type UnderlyingSystemType {get;} [C++] __property Type* get_UnderlyingSystemType(); [JScript] function get UnderlyingSystemType() : Type;
Property Value
The underlying type that represents the IReflect object.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
IReflect Interface | IReflect Members | System.Reflection Namespace | Object