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


IItemInfo.Title Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > II > IItemInfo Interface > IItemInfo.Title Property
ArcGIS Developer Help

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(
  System.String* 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