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 Samples

Route application using the NAServer extension in ArcGIS Server via a GIS client (Code Files: Route_GISClientClass) |

.NET Related Topics

GISClient | How to access an image service via LAN or Internet connection | How to initialize a GeoDataServer object |