This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IR > IRemoteMetadataName Interface > IRemoteMetadataName.Server Property (ArcObjects .NET 10.5 SDK) |
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(
BSTR server
);
[C++]
Parameters server [out, retval] server is a parameter of type BSTR server [in] server is a parameter of type BSTR