ArcObjects Library Reference (Carto)  

IPropertyInfo.Type Property

The type of the property.

[Visual Basic .NET]
Public ReadOnly Property Type As esriFieldType
[C#]
public esriFieldType Type {get;}
[C++]
HRESULT get_Type(
  esriFieldType* FieldType
);
[C++]

Parameters

FieldType [out, retval]

  FieldType is a parameter of type esriFieldType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPropertyInfo Interface