Touchstone 11.0 API Reference
ValueList Property


Air.Services.Proxy Assembly > AIR.Services.LossAnalysis.EventFilter.Data Namespace > FilterByRule Class : ValueList Property
Contains a list of values for the attribute (EventAttributeName and EventAttributeID) that you specified for the rule if you use the IsContainedIn or IsNotContainedIn condition.
Syntax
Public Property ValueList As List(Of Object)
Dim instance As FilterByRule
Dim value As List(Of Object)
 
instance.ValueList = value
 
value = instance.ValueList
public List<object> ValueList {get; set;}
Remarks
For example, if you want to filter by TR Weapon Type, specify all the terrorism weapons that you want to include in the Event Set Filter in this ValueList.
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