TestimoX

API Reference

Class

FirewallRuleListQueryResult

Namespace ComputerX.Firewall
Assembly ComputerX
Modifiers sealed

Firewall rule list query result.

Inheritance

  • Object
  • FirewallRuleListQueryResult

Usage

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

Accepted by parameters

Constructors

public FirewallRuleListQueryResult() #

Properties

public Int32 Count { get; set; } #

Number of returned rows.

public Int32 Scanned { get; set; } #

Number of scanned rows before output capping.

public Boolean Truncated { get; set; } #

Whether returned rows were truncated by MaxResults.

public IReadOnlyList<FirewallRuleInfo> Rules { get; set; } #

Returned firewall rules.