Domain Detective

API Reference

Class

DmarcAggregateDailyStat

Namespace DomainDetective.Views
Assembly DomainDetective
Modifiers sealed

Provides dmarc aggregate daily stat functionality.

Inheritance

  • Object
  • DmarcAggregateDailyStat

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public DmarcAggregateDailyStat() #

Properties

public DateTime DateUtc { get; set; } #

Gets or sets the date utc value.

public Int32 TotalCount { get; set; } #

Gets or sets the total count value.

public Int32 PassCount { get; set; } #

Gets or sets the pass count value.

public Int32 FailCount { get; set; } #

Gets or sets the fail count value.

public Double PassRatePercent { get; set; } #

Gets or sets the pass rate percent value.

{{ include "footer" }}