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


IServiceDataOptions.TransportType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > IServiceDataOptions Interface > IServiceDataOptions.TransportType Property
ArcGIS Developer Help

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