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


IImageServiceInfo.CopyrightText Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IImageServiceInfo.CopyrightText Property

Copyright information associated with the image service.

[Visual Basic .NET]
Public Property CopyrightText As String
[C#]
public string CopyrightText {get; set;}
[C++]
HRESULT get_CopyrightText(
  BSTR* pCopyright
);
[C++]
HRESULT put_CopyrightText(
  BSTR pCopyright
);
[C++]

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

Product Availability

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

See Also

IImageServiceInfo Interface