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


IDrLoader.ServerName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDrLoader Interface > IDrLoader.ServerName Property
ArcGIS Developer Help

IDrLoader.ServerName Property

The ArcGIS server name to host loaders.

[Visual Basic .NET]
Public Property ServerName As String
[C#]
public string ServerName {get; set;}
[C++]
HRESULT get_ServerName(
  System.String* pServerName
);
[C++]
HRESULT put_ServerName(
  BSTR pServerName
);
[C++]
Parameters
pServerName [out, retval]

pServerName is a parameter of type BSTR* pServerName [in]
pServerName is a parameter of type BSTR

Product Availability

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

Description

ServerName is the name of the ArcGIS for Server machine that hosts the loaders.

See Also

IDrLoader Interface