This document is archived and information here might be outdated. Recommended version. |
Indicates whether to reverse the path.
[Visual Basic .NET]
Public Property ReversePath As Boolean
[C#]
public bool ReversePath {get; set;}
[C++]
HRESULT get_ReversePath(
Boolean* pbReverse
);
[C++]
HRESULT put_ReversePath(
VARIANT_BOOL pbReverse
);
[C++] Parameters pbReverse [out, retval]
pbReverse is a parameter of type bool* pbReverse [in]
pbReverse is a parameter of type bool