This document is archived and information here might be outdated.  Recommended version.


IPropertyInfo.Type Property (ArcObjects .NET 10.5 SDK)
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