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!

Type.UnderlyingSystemType

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;

Property Value

The underlying system type for the Type.

See Also

Type Class | Type Members | System Namespace