adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobTrigger Class / Targets Property


In This Topic
    Targets Property
    In This Topic
    The targets for this trigger.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Targets As JobTriggerTargetCollection
    public JobTriggerTargetCollection Targets {get;}
    public:
    property JobTriggerTargetCollection^ Targets {
       JobTriggerTargetCollection^ get();
    }
    See Also