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


IIMSGlobeConnection.ServiceName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIMSGlobeConnection Interface > IIMSGlobeConnection.ServiceName Property
ArcGIS Developer Help

IIMSGlobeConnection.ServiceName Property

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(
  System.String* pName
);
[C++]
Parameters
pName [in]

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

Product Availability

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

See Also

IIMSGlobeConnection Interface