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


IAGSServerObjectName.AGSServerConnectionName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IA > IAGSServerObjectName Interface > IAGSServerObjectName.AGSServerConnectionName Property
ArcGIS Developer Help

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