SelectionScript Property (ResponseEvent)
In This Topic
The script to use to perform additional filtering if other criteria for the event are satisfied
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property SelectionScript As Script
[CanBeNull()]
public Script SelectionScript {get; set;}
See Also