Domain Detective

API Reference

Class

Microsoft365DnsApplicationSummary

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Compact rollup of detected DNS applications by category.

Inheritance

  • Object
  • Microsoft365DnsApplicationSummary

Usage

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

Constructors

public Microsoft365DnsApplicationSummary() #

Properties

public Int32 TotalCount { get; set; } #

Gets or sets the total count value.

public Int32 CategoryCount { get; set; } #

Gets or sets the category count value.

public DetectedDnsAppCategory DominantCategory { get; set; } #

Gets or sets the dominant category value.

public Int32 DominantCategoryCount { get; set; } #

Gets or sets the dominant category count value.

public IReadOnlyList<Microsoft365DnsApplicationCategorySummary> Categories { get; set; } #

Gets or sets the categories value.

{{ include "footer" }}