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


IServiceDataOptions.TransportType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IServiceDataOptions.TransportType Property

Transport Type.

[Visual Basic .NET]
Public Property TransportType As esriTransportType
[C#]
public esriTransportType TransportType {get; set;}
[C++]
HRESULT get_TransportType(
  esriTransportType* TransportType
);
[C++]
HRESULT put_TransportType(
  esriTransportType TransportType
);
[C++]

Parameters TransportType [out, retval]
TransportType is a parameter of type esriTransportType TransportType [in]
TransportType is a parameter of type esriTransportType

Product Availability

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

See Also

IServiceDataOptions Interface