This document is archived and information here might be outdated. Recommended version. |
The name of the subtype.
[Visual Basic .NET]
Public Property SubtypeName As String
[C#]
public string SubtypeName {get; set;}
[C++]
HRESULT get_SubtypeName(
BSTR SubtypeName
);
[C++]
HRESULT put_SubtypeName(
System.String* SubtypeName
);
[C++] Parameters SubtypeName [in]
SubtypeName is a parameter of type BSTR SubtypeName [out, retval]
SubtypeName is a parameter of type BSTR*