|  | This document is archived and information here might be outdated. Recommended version. | 
Name of the overview item.
[Visual Basic .NET] Public Property ItemName As String
[C#] public string ItemName {get; set;}
[C++]
HRESULT get_ItemName(
  BSTR pItemName
);
[C++]
HRESULT put_ItemName(
  System.String* pItemName
);
[C++]
Parameters pItemName [in]
pItemName is a parameter of type BSTR pItemName [out, retval]
pItemName is a parameter of type BSTR*