ArcObjects Library Reference (Location)  

IAGSLocatorWorkspace.AGSServerConnection Property

The ArcGIS server connection that contains the locator workspace.

[Visual Basic .NET]
Public ReadOnly Property AGSServerConnection As IAGSServerConnectionName
[C#]
public IAGSServerConnectionName AGSServerConnection {get;}
[C++]
HRESULT get_AGSServerConnection(
  IAGSServerConnectionName** serverConnection
);
[C++]

Parameters

serverConnection [out, retval]

  serverConnection is a parameter of type IAGSServerConnectionName

Product Availability

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

See Also

IAGSLocatorWorkspace Interface