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


IGISServer.Alias Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IG > IGISServer Interface > IGISServer.Alias Property
ArcGIS Developer Help

IGISServer.Alias Property

The alias used to designate this server.

[Visual Basic .NET]
Public Property Alias As String
[C#]
public string Alias {get; set;}
[C++]
HRESULT get_Alias(
  BSTR Alias
);
[C++]
HRESULT put_Alias(
  System.String* Alias
);
[C++]
Parameters
Alias [in]

Alias is a parameter of type BSTR Alias [out, retval]
Alias is a parameter of type BSTR*

Product Availability

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

See Also

IGISServer Interface