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