This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerMachine3 Interface > IServerMachine3.AdminURL Property (ArcObjects .NET 10.5 SDK) |
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