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

Retrieves the Type object that represents the type of this field.

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

Property Value

Read-only. Retrieves the Type object that represents the type of this field.

See Also

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