ArcObjects Library Reference (GeoDatabase)  

IProperty.SubType Property

The subtype of the property.

[Visual Basic .NET]
Public ReadOnly Property SubType As Integer
[C#]
public int SubType {get;}
[C++]
HRESULT get_SubType(
  Long* SubType
);
[C++]

Parameters

SubType [out, retval]   SubType is a parameter of type Long

Product Availability

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

See Also

IProperty Interface