adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ResponseEvent Class / SelectionScript Property

In This Topic
    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