TestimoX

API Reference

Class

FirewallProfileListQueryResult

Namespace ComputerX.Firewall
Assembly ComputerX
Modifiers sealed

Firewall profile list query result.

Inheritance

  • Object
  • FirewallProfileListQueryResult

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.