This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IItemURI Interface > IItemURI.Tag Property (ArcObjects .NET 10.4 SDK) |
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(
BSTR pItemTag
);
[C++]
Parameters pItemTag [out, retval] pItemTag is a parameter of type BSTR pItemTag [in] pItemTag is a parameter of type BSTR