This document is archived and information here might be outdated. Recommended version. |
Indicates if the relation between elements must be reversed.
[Visual Basic .NET] Public Property ReverseRelation As Boolean
[C#] public bool ReverseRelation {get; set;}
[C++]
HRESULT get_ReverseRelation(
Boolean* ReverseTRelation
);
[C++]
HRESULT put_ReverseRelation(
VARIANT_BOOL ReverseTRelation
);
[C++]
Parameters ReverseTRelation [out, retval]
ReverseTRelation is a parameter of type bool* ReverseTRelation [in]
ReverseTRelation is a parameter of type bool