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!

FieldInfo.FieldHandle

Retrieves a RuntimeFieldHandle, which is a handle to the internal metadata representation of a field.

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

Property Value

A handle to the internal metadata representation of a field.

Remarks

[To be supplied.]

See Also

FieldInfo Class | FieldInfo Members | System.Reflection Namespace