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