Touchstone 11.0 API Reference
Value1 Property


Air.Services.Proxy Assembly > AIR.Services.LossAnalysis.EventFilter.Data Namespace > FilterByRule Class : Value1 Property
Contains the value or lower bounding value of the range for the attribute (EventAttributeName and EventAttributeID) that you specified for the rule.
Syntax
Public Property Value1 As Object
Dim instance As FilterByRule
Dim value As Object
 
instance.Value1 = value
 
value = instance.Value1
public object Value1 {get; set;}
Remarks
When you use the IsLessThan, IsLessThanOrEqualTo, IsNotEqualTo, IsEqualTo, IsGreaterThan, or IsGreaterThanOrEqualTo conditions, specify only the value for Value1. Do not specify a value for Value 2.

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.

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