adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / LogQueryParameters Class / GetAlerts Field


In This Topic
    GetAlerts Field
    In This Topic
    Determines whether messages flagged as alerts are retrieved.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public GetAlerts As IncludeExcludeType
    [DataMember()]
    public IncludeExcludeType GetAlerts
    [DataMember()]
    public:
    IncludeExcludeType GetAlerts

    Field Value

    If set to Include, gets only alerts. If set to Exclude, gets only non-Alerts. If set to Unspecified, Alert status is ignored.
    See Also