This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IA > IAGSServerObjectName Interface > IAGSServerObjectName.AGSServerConnectionName Property (ArcObjects .NET 10.5 SDK) |
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