This document is archived and information here might be outdated. Recommended version. |
The URL of the ArcIMS server running the service represented by this document.
[Visual Basic .NET]
Public Property server As String
[C#]
public string server {get; set;}
[C++]
HRESULT get_server(
BSTR server
);
[C++]
HRESULT put_server(
System.String* server
);
[C++] Parameters server [in]
server is a parameter of type BSTR server [out, retval]
server is a parameter of type BSTR*