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


IProperty.SubType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IProperty Interface > IProperty.SubType Property
ArcGIS Developer Help

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(
  System.Int32* SubType
);
[C++]
Parameters
SubType [out, retval]

SubType is a parameter of type int*

Product Availability

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

See Also

IProperty Interface