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


IAGSServerObjectName.AGSServerConnectionName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GISClient)  

IAGSServerObjectName.AGSServerConnectionName Property

The connection name object for this server object.

[Visual Basic .NET]
Public Property AGSServerConnectionName As IAGSServerConnectionName
[C#]
public IAGSServerConnectionName AGSServerConnectionName {get; set;}
[C++]
HRESULT get_AGSServerConnectionName(
  IAGSServerConnectionName** ppServerConnName
);
[C++]
HRESULT putref_AGSServerConnectionName(
  IAGSServerConnectionName* ppServerConnName
);
[C++]

Parameters ppServerConnName [out, retval]
ppServerConnName is a parameter of type IAGSServerConnectionName ppServerConnName [in]
ppServerConnName is a parameter of type IAGSServerConnectionName

Product Availability

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

See Also

IAGSServerObjectName Interface

.NET Related Topics

GISClient | How to create an image server layer