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

Return the type that was used to obtain this field.

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

Property Value

Read-only. The type that was used to obtain this field.

See Also

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