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


IItemInfo2.Credits Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IItemInfo2.Credits Property

Credits of the item.

[Visual Basic .NET]
Public Property Credits As String
[C#]
public string Credits {get; set;}
[C++]
HRESULT get_Credits(
  BSTR* pCredits
);
[C++]
HRESULT put_Credits(
  BSTR pCredits
);
[C++]

Parameters pCredits [out, retval] pCredits is a parameter of type BSTR pCredits [in] pCredits is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IItemInfo2 Interface