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


IMapCacheStorageFormatConvertor.Host Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapCacheStorageFormatConvertor Interface > IMapCacheStorageFormatConvertor.Host Property
ArcGIS Developer Help

IMapCacheStorageFormatConvertor.Host Property

Server machine name.

[Visual Basic .NET]
Public Property Host As String
[C#]
public string Host {get; set;}
[C++]
HRESULT get_Host(
  System.String* pHost
);
[C++]
HRESULT put_Host(
  BSTR pHost
);
[C++]
Parameters
pHost [out, retval]

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

Product Availability

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

See Also

IMapCacheStorageFormatConvertor Interface