COMFieldInfo.FieldType Property

Definition

Gets the type of this field.

This API supports the product infrastructure and is not intended to be used directly from your code.

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 of Object.

Applies to

See also