This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IA > IAGSServerObjectName Interface > IAGSServerObjectName.Name Property (ArcObjects .NET 10.5 SDK) |
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
Required if the MapServer object is obtained via a LAN AGSServerConnection.