This document is archived and information here might be outdated. Recommended version. |
Indicates if the table has subtypes.
[Visual Basic .NET]
Public ReadOnly Property HasSubtype As Boolean
[C#]
public bool HasSubtype {get;}
[C++]
HRESULT get_HasSubtype(
Boolean* HasSubtype
);
[C++] Parameters HasSubtype [out, retval]
HasSubtype is a parameter of type bool*
HasSubtype property returns a boolean value whether the given object class has subypes or not.
This property returns a boolean value indicating if the object class has subtypes defined. If there are no subtypes defined, it returns FALSE , if there are subypes defined it returns TRUE.