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


IServiceLayerCredits.ServiceLayerCreditsText Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > IServiceLayerCredits Interface > IServiceLayerCredits.ServiceLayerCreditsText Property
ArcGIS Developer Help

IServiceLayerCredits.ServiceLayerCreditsText Property

Get the service layer credits text.

[Visual Basic .NET]
Public Function get_ServiceLayerCreditsText ( _
    ByVal Separator As String _
) As String
[C#]
public string get_ServiceLayerCreditsText (
    string Separator
);
[C++]
HRESULT get_ServiceLayerCreditsText(
  BSTR Separator,
  System.String* Credits
);
[C++]
Parameters
Separator [in]

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

Product Availability

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

See Also

IServiceLayerCredits Interface