This document is archived and information here might be outdated.  Recommended version.


IItemInfo.Title Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IItemInfo.Title Property

Title of the item.

[Visual Basic .NET]
Public Property Title As String
[C#]
public string Title {get; set;}
[C++]
HRESULT get_Title(
  BSTR* pTitle
);
[C++]
HRESULT put_Title(
  BSTR pTitle
);
[C++]

Parameters pTitle [out, retval] pTitle is a parameter of type BSTR pTitle [in] pTitle is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IItemInfo Interface