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


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

IAGSServerConnection.FullName Property

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*

Product Availability

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

Remarks

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.

See Also

IAGSServerConnection Interface