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


IMapCacheStorageFormatConvertor.Host Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapCacheStorageFormatConvertor.Host Property

Server machine name.

[Visual Basic .NET]
Public Property Host As String
[C#]
public string Host {get; set;}
[C++]
HRESULT get_Host(
  BSTR* 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