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


IAGSServerObjectName.Name Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IA > IAGSServerObjectName Interface > IAGSServerObjectName.Name Property
ArcGIS Developer Help

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(
  System.String* objectName
);
[C++]
Parameters
objectName [in]

objectName is a parameter of type BSTR objectName [out, retval]
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