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


IImageServiceInfo.CopyrightText Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServiceInfo Interface > IImageServiceInfo.CopyrightText Property
ArcGIS Developer Help

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(
  System.String* 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