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


IServerMachine3.AdminURL Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerMachine3 Interface > IServerMachine3.AdminURL Property
ArcGIS Developer Help

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(
  System.String* 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