ArcObjects Library Reference (GISClient)  

IAGSServerObjectName.Name Property

Name of the server object.

[Visual Basic .NET]
Public Property Name As String
[C#]
public string Name {get; set;}
[C++]
HRESULT get_Name(
  BSTR* objectName
);
[C++]
HRESULT put_Name(
  BSTR objectName
);
[C++]

Parameters

objectName [out, retval]   objectName is a parameter of type BSTR objectName [in]   objectName is a parameter of type BSTR

Product Availability

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

Remarks

Required if the MapServer object is obtained via a LAN AGSServerConnection.

See Also

IAGSServerObjectName Interface

.NET Related Topics

GISClient | How to connect to an image service | How to create an image server layer | How to initialize a GeoDataServer object