This document is archived and information here might be outdated. Recommended version. |
Get whether or not to negate the location trigger test results.
[Visual Basic .NET]
Public Property NegateLocationTrigger As Boolean
[C#]
public bool NegateLocationTrigger {get; set;}
[C++]
HRESULT get_NegateLocationTrigger(
Boolean* pNegateLocationTrigger
);
[C++]
HRESULT put_NegateLocationTrigger(
VARIANT_BOOL pNegateLocationTrigger
);
[C++] Parameters pNegateLocationTrigger [out, retval]
pNegateLocationTrigger is a parameter of type bool* pNegateLocationTrigger [in]
pNegateLocationTrigger is a parameter of type bool