This document is archived and information here might be outdated. Recommended version. |
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*