FilterReverseCondition Property |
Gets or sets a value indicating that the result of the test should be reversed.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool ReverseCondition { get; set; }
Public Property ReverseCondition As Boolean
Get
Set
public:
property bool ReverseCondition {
bool get ();
void set (bool value);
}
member ReverseCondition : bool with get, set
Property Value
Type:
BooleanSee Also