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

Retrieves the internal metadata handle for this field.

[Visual Basic]
Overridable Public ReadOnly Property FieldHandle As _
   RuntimeFieldHandle
[C#]
public RuntimeFieldHandle FieldHandle {override get;}
[C++]
public: __property virtual RuntimeFieldHandle get_FieldHandle();
[JScript]
public function get FieldHandle() : RuntimeFieldHandle;

Property Value

Read-only. The internal metadata handle for this field.

See Also

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