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


IServerMachine3.AdminURL Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Server)  

IServerMachine3.AdminURL Property

The admin URL of the server machine.

[Visual Basic .NET]
Public Property AdminURL As String
[C#]
public string AdminURL {get; set;}
[C++]
HRESULT get_AdminURL(
  BSTR* pUrl
);
[C++]
HRESULT put_AdminURL(
  BSTR pUrl
);
[C++]

Parameters pUrl [out, retval] pUrl is a parameter of type BSTR pUrl [in] pUrl is a parameter of type BSTR

Product Availability

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

See Also

IServerMachine3 Interface