This document is archived and information here might be outdated. Recommended version. |
Indicates if origin and destination sets intersect.
[Visual Basic .NET]
Public Property IsReflexive As Boolean
[C#]
public bool IsReflexive {get; set;}
[C++]
HRESULT get_IsReflexive(
Boolean* reflexive
);
[C++]
HRESULT put_IsReflexive(
VARIANT_BOOL reflexive
);
[C++] Parameters reflexive [out, retval]
reflexive is a parameter of type bool* reflexive [in]
reflexive is a parameter of type bool