This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServiceInfo Interface > IImageServiceInfo.CopyrightText Property (ArcObjects .NET 10.5 SDK) |
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