This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > II > IItemInfo Interface > IItemInfo.Title Property (ArcObjects .NET 10.4 SDK) |
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