This document is archived and information here might be outdated. Recommended version. |
The unique identifier of the item within a group. The value in this property appears in the Tag field of the mosaic catalog.
[Visual Basic .NET]
Public Property Tag As String
[C#]
public string Tag {get; set;}
[C++]
HRESULT get_Tag(
BSTR pItemTag
);
[C++]
HRESULT put_Tag(
System.String* pItemTag
);
[C++] Parameters pItemTag [in]
pItemTag is a parameter of type BSTR pItemTag [out, retval]
pItemTag is a parameter of type BSTR*