This document is archived and information here might be outdated. Recommended version. |
.
[Visual Basic .NET]
Public Property InTransportFile As Boolean
[C#]
public bool InTransportFile {get; set;}
[C++]
HRESULT get_InTransportFile(
VARIANT_BOOL InTransportFile
);
[C++]
HRESULT put_InTransportFile(
Boolean* InTransportFile
);
[C++] Parameters InTransportFile [in]
InTransportFile is a parameter of type bool InTransportFile [out, retval]
InTransportFile is a parameter of type bool*