This document is archived and information here might be outdated. Recommended version. |
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*
Required if the MapServer object is obtained via a LAN AGSServerConnection.