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


IRemoteMetadataName.Server Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GISClient)  

IRemoteMetadataName.Server Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRemoteMetadataName Interface