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 > IServerInfo Interface > IServerInfo.ServerName Property (ArcObjects .NET 10.5 SDK) |
The name of the SOM.
[Visual Basic .NET] Public Property ServerName As String
[C#] public string ServerName {get; set;}
[C++]
HRESULT get_ServerName(
BSTR* ServerName
);
[C++]
HRESULT put_ServerName(
BSTR ServerName
);
[C++]
Parameters ServerName [out, retval] ServerName is a parameter of type BSTR ServerName [in] ServerName is a parameter of type BSTR