ArcObjects Library Reference (Carto)  

IFeatureServerInfo.CopyrightText Property

.

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

Parameters

CopyrightText [out, retval]   CopyrightText is a parameter of type BSTR

Product Availability

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

See Also

IFeatureServerInfo Interface