This document is archived and information here might be outdated. Recommended version. |
The subtype field index.
[Visual Basic .NET]
Public ReadOnly Property SubtypeFieldIndex As Integer
[C#]
public int SubtypeFieldIndex {get;}
[C++]
HRESULT get_SubtypeFieldIndex(
System.Int32* Index
);
[C++] Parameters Index [out, retval]
Index is a parameter of type long*
SubtypeFieldIndex property returns the index of the subtype field.
This property returns the index of the field in the object class which stores the subtype codes. The field index is returned as a Long.