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


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

IMapCacheExporter.Service Property

Service name.

[Visual Basic .NET]
Public Property Service As String
[C#]
public string Service {get; set;}
[C++]
HRESULT get_Service(
  System.String* pService
);
[C++]
HRESULT put_Service(
  BSTR pService
);
[C++]
Parameters
pService [out, retval]

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

Product Availability

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

See Also

IMapCacheExporter Interface