|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IItemURI Interface > IItemURI.DisplayName Property (ArcObjects .NET 10.4 SDK) | 
The friendly-name identifying this item in the mosaic dataset. The value in this property appears in the Name field of the mosaic catalog.
[Visual Basic .NET] Public Property DisplayName As String
[C#] public string DisplayName {get; set;}
[C++]
HRESULT get_DisplayName(
  BSTR* pDisplayName
);
[C++]
HRESULT put_DisplayName(
  BSTR pDisplayName
);
[C++]
Parameters pDisplayName [out, retval] pDisplayName is a parameter of type BSTR pDisplayName [in] pDisplayName is a parameter of type BSTR