adTempus API
ArcanaDevelopment.adTempus.Client.ReportingHelpers Namespace / TriggerSubClasses Class / CustomTrigger Property


In This Topic
    CustomTrigger Property
    In This Topic
    Returns the object as a CustomTrigger
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CustomTrigger As CustomTrigger
    public CustomTrigger CustomTrigger {get;}
    public:
    property CustomTrigger^ CustomTrigger {
       CustomTrigger^ get();
    }
    Remarks
    If IsCustomTrigger is true this property returns the object cast as a CustomTrigger. Otherwise it returns a null reference (Nothing in Visual Basic).
    See Also