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!

EnumBuilder.UnderlyingSystemType

Returns the underlying system type for this enum.

[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 member is not supported in dynamic modules.

See Also

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