FieldBuilder.FieldHandle Property

Definition

Indicates the internal metadata handle for this field. This property is read-only.

public:
 virtual property RuntimeFieldHandle FieldHandle { RuntimeFieldHandle get(); };
public override RuntimeFieldHandle FieldHandle { get; }
member this.FieldHandle : RuntimeFieldHandle
Public Overrides ReadOnly Property FieldHandle As RuntimeFieldHandle

Property Value

The internal metadata handle for this field.

Exceptions

This method is not supported.

Applies to