|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDynamicLegendItem Interface > IDynamicLegendItem.CountSuffix Property (ArcObjects .NET 10.5 SDK) | 
Class count string is created by combining prefix + count + suffix.
[Visual Basic .NET] Public Property CountSuffix As String
[C#] public string CountSuffix {get; set;}
[C++]
HRESULT get_CountSuffix(
  BSTR* str
);
[C++]
HRESULT put_CountSuffix(
  BSTR str
);
[C++]
Parameters str [out, retval] str is a parameter of type BSTR str [in] str is a parameter of type BSTR