adTempus API
ArcanaDevelopment.adTempus.Client Namespace / EmailTask Class / Script Property


In This Topic
    Script Property (EmailTask)
    In This Topic
    The selection script used to process messages for selection
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property Script As Script
    [CanBeNull()]
    public Script Script {get; set;}
    [CanBeNull()]
    public:
    property Script^ Script {
       Script^ get();
       void set (    Script^ value);
    }
    See Also