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!

FieldBuilder.ReflectedType

Retrieves the reference to the Type object from which this object was obtained.

[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. Retrieves the reference to the Type object from which this instance was obtained.

Remarks

A FieldBuilder object represents a field of a particular class. In order to obtain a FieldBuilder object, the Type object that represents the class that supports the field is queried. This property holds a reference to that Type object.

See Also

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