ArcObjects Library Reference (GlobeCore)  

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