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


In This Topic
    Trigger Property
    In This Topic
    The trigger this status is associated with
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property Trigger As Trigger
    [CanBeNull()]
    public Trigger Trigger {get;}
    [CanBeNull()]
    public:
    property Trigger^ Trigger {
       Trigger^ get();
    }
    See Also