This document is archived and information here might be outdated. Recommended version. |
Indicates whether or not location trigger has been negated.
[Visual Basic .NET]
Public Property Inverted As Boolean
[C#]
public bool Inverted {get; set;}
[C++]
HRESULT get_Inverted(
Boolean* pVal
);
[C++]
HRESULT put_Inverted(
VARIANT_BOOL pVal
);
[C++] Parameters pVal [out, retval]
pVal is a parameter of type bool* pVal [in]
pVal is a parameter of type bool