TestimoX

API Reference

Class

PortInventoryQueryResult

Namespace ComputerX.Ports
Assembly ComputerX
Modifiers sealed

Port inventory query result.

Inheritance

  • Object
  • PortInventoryQueryResult

Constructors

public PortInventoryQueryResult() #

Properties

public String ComputerName { get; set; } #

Target computer name.

public PortInventoryProtocol Protocol { get; set; } #

Protocol filter used for the query.

public Int32 Count { get; set; } #

Number of returned rows.

public Int32 Scanned { get; set; } #

Number of scanned rows before filtering/capping.

public Boolean Truncated { get; set; } #

Whether returned rows were truncated by MaxResults.

public IReadOnlyList<PortInventoryRow> Rows { get; set; } #

Returned rows.