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


IGlobeServerLayer.ConnectionServerName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeServerLayer Interface > IGlobeServerLayer.ConnectionServerName Property
ArcGIS Developer Help

IGlobeServerLayer.ConnectionServerName Property

Provides access to members that supply server object name information.

[Visual Basic .NET]
Public ReadOnly Property ConnectionServerName As IAGSServerObjectName
[C#]
public IAGSServerObjectName ConnectionServerName {get;}
[C++]
HRESULT get_ConnectionServerName(
  IAGSServerObjectName** soName
);
[C++]
Parameters
soName [out, retval]

soName is a parameter of type IAGSServerObjectName**

Product Availability

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

See Also

IGlobeServerLayer Interface