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 > IAGSServerConnection Interface > IAGSServerConnection.FullName Property (ArcObjects .NET 10.5 SDK) |
The AGSServerConnectionName object assiated with the GIS server connection.
[Visual Basic .NET] Public Property FullName As IName
[C#] public IName FullName {get; set;}
[C++]
HRESULT get_FullName(
IName** ppNameObject
);
[C++]
HRESULT putref_FullName(
IName* ppNameObject
);
[C++]
Parameters ppNameObject [out, retval]
ppNameObject is a parameter of type IName ppNameObject [in]
ppNameObject is a parameter of type IName
The FullName property gets and sets the AGSServerConnectionName name object. The AGSServerConnectionName for an AGSServerConnection can be persisted, for example, in a map document. An application can call the Open method on the AGSServerConnection name after loading it from persistent storage in order to connect to and get an object reference to the GIS server or web service catalog.