TestimoX

API Reference

Class

FirewallProfileListQueryResult

Namespace ComputerX.Firewall
Assembly ComputerX
Modifiers sealed

Firewall profile list query result.

Inheritance

  • Object
  • FirewallProfileListQueryResult

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 FirewallProfileListQueryResult() #

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<FirewallProfileInfo> Profiles { get; set; } #

Returned firewall profiles.