Touchstone 11.0 API Reference
Value2 Property


Air.Services.Proxy Assembly > AIR.Services.LossAnalysis.EventFilter.Data Namespace > FilterByRule Class : Value2 Property
Contains the higher bounding value of the range for the attribute (EventAttributeName and EventAttributeID) that you specified for the rule.
Syntax
Public Property Value2 As Object
Dim instance As FilterByRule
Dim value As Object
 
instance.Value2 = value
 
value = instance.Value2
public object Value2 {get; set;}
Remarks
When you use the IsBetween and IsNotBetween conditions to specify a range of values for an event parameter, specify the lesser value as Value 1 and the greater value as Value 2. That is, this property is applicable only if you use the IsBetween and IsNotBetween conditions.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FilterByRule Class
FilterByRule Members