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


IAGSServerObject2.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 > IAGSServerObject2 Interface > IAGSServerObject2.FullName Property
ArcGIS Developer Help

IAGSServerObject2.FullName Property

The AGSServerConnectionName object associated with the server object.

[Visual Basic .NET]
Public ReadOnly Property FullName As IName
[C#]
public IName FullName {get;}
[C++]
HRESULT get_FullName(
  IName** ServerObjectName
);
[C++]
Parameters
ServerObjectName [out, retval]

ServerObjectName is a parameter of type IName**

Product Availability

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

See Also

IAGSServerObject2 Interface