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.BaseType

Returns the parent Type of this type.

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

Property Value

Read-only. Theparent Type of this type.

See Also

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