This document is archived and information here might be outdated. Recommended version. |
The name of the field that provides an item with a tag that unique identifies the item within a group.
[Visual Basic .NET]
Public Property TagField As String
[C#]
public string TagField {get; set;}
[C++]
HRESULT get_TagField(
BSTR pTagField
);
[C++]
HRESULT put_TagField(
System.String* pTagField
);
[C++] Parameters pTagField [in]
pTagField is a parameter of type BSTR pTagField [out, retval]
pTagField is a parameter of type BSTR*