This document is archived and information here might be outdated. Recommended version. |
Indicates if the trace can proceed in either direction from this edge flag.
[Visual Basic .NET]
Public Property TwoWay As Boolean
[C#]
public bool TwoWay {get; set;}
[C++]
HRESULT get_TwoWay(
Boolean* TwoWay
);
[C++]
HRESULT put_TwoWay(
VARIANT_BOOL TwoWay
);
[C++] Parameters TwoWay [out, retval]
TwoWay is a parameter of type bool* TwoWay [in]
TwoWay is a parameter of type bool