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


In This Topic
    SelectionScript Property (Trigger)
    In This Topic
    Optional Script used to perform additional processing before the job is triggered
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property SelectionScript As Script
    [CanBeNull()]
    public Script SelectionScript {get; set;}
    [CanBeNull()]
    public:
    property Script^ SelectionScript {
       Script^ get();
       void set (    Script^ value);
    }
    See Also