This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDomain Interface > IDomain.FieldType Property (ArcObjects .NET 10.5 SDK) |
The field type of the field.
[Visual Basic .NET] Public Property FieldType As esriFieldType
[C#] public esriFieldType FieldType {get; set;}
[C++]
HRESULT get_FieldType(
esriFieldType* FieldType
);
[C++]
HRESULT put_FieldType(
esriFieldType FieldType
);
[C++]
Parameters FieldType [out, retval]
FieldType is a parameter of type esriFieldType FieldType [in]
FieldType is a parameter of type esriFieldType