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 > IIMSGlobeConnection Interface > IIMSGlobeConnection.ServiceName Property (ArcObjects .NET 10.5 SDK) |
The service name for the request.
[Visual Basic .NET] Public Property ServiceName As String
[C#] public string ServiceName {get; set;}
[C++]
HRESULT get_ServiceName(
BSTR* pName
);
[C++]
HRESULT put_ServiceName(
BSTR pName
);
[C++]
Parameters pName [out, retval] pName is a parameter of type BSTR pName [in] pName is a parameter of type BSTR