ArcObjects Library Reference (Carto)  

IDocumentInfo2.Credits Property

The credits of the document.

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

Parameters

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

Product Availability

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

See Also

IDocumentInfo2 Interface