adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ResponseEvent Class / ThresholdType Property


In This Topic
    ThresholdType Property
    In This Topic
    The value to compare to the Threshold when Event is ArcanaDevelopment.adTempus.Shared.JobEvent.Threshold
    Syntax
    'Declaration
     
    
    Public Property ThresholdType As EventThresholdType
    public EventThresholdType ThresholdType {get; set;}
    public:
    property EventThresholdType ThresholdType {
       EventThresholdType get();
       void set (    EventThresholdType value);
    }
    See Also