ArcObjects Library Reference (GISClient)  

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

.NET Related Topics

How to open locator workspaces