NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IReflect.UnderlyingSystemType

Retrieves the underlying Type that represents the IReflect object.

[Visual Basic]
ReadOnly Property UnderlyingSystemType As Type
[C#]
Type UnderlyingSystemType {get;}
[C++]
Type* get_UnderlyingSystemType() = 0;
[JScript]
abstract function get UnderlyingSystemType() : Type;

Property Value

Read-only.

The underlying Type that represents the IReflect object.

Remarks

For expando object, the returned type is the (Object) IReflectInstance.GetType().

See Also

IReflect Interface | IReflect Members | System.Reflection Namespace | Object