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


IAttachmentData.TransportType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IAttachmentData.TransportType Property

Transport Type.

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

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

Product Availability

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

See Also

IAttachmentData Interface