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