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!

TypeBuilder.UnderlyingSystemType

Not implemented.

[Visual Basic]
Overridable Public ReadOnly Property UnderlyingSystemType As Type
[C#]
public Type UnderlyingSystemType {override get;}
[C++]
public: __property virtual Type* get_UnderlyingSystemType();
[JScript]
public function get UnderlyingSystemType() : Type;

Exceptions

Exception Type Condition
NotSupportedException This method is not supported.

See Also

TypeBuilder Class | TypeBuilder Members | System.Reflection.Emit Namespace