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


IAGSServerObject2.FullName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GISClient)  

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