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;
A handle to the internal metadata representation of a field.
[To be supplied.]
FieldInfo Class | FieldInfo Members | System.Reflection Namespace