FieldBuilder.FieldType Property

Definition

Indicates the Type object that represents the type of this field. This property is read-only.

public:
 virtual property Type ^ FieldType { Type ^ get(); };
public override Type FieldType { get; }
member this.FieldType : Type
Public Overrides ReadOnly Property FieldType As Type

Property Value

The Type object that represents the type of this field.

Applies to