TestimoX

API Reference

Class

NetworkAdapterInventoryQueryResult

Namespace ComputerX.Network
Assembly ComputerX
Modifiers sealed

Network adapter inventory query result.

Inheritance

  • Object
  • NetworkAdapterInventoryQueryResult

Constructors

public NetworkAdapterInventoryQueryResult() #

Properties

public String ComputerName { get; set; } #

Computer name that was queried.

public Int32 Count { get; set; } #

Number of returned adapter rows.

public Int32 Scanned { get; set; } #

Number of rows scanned before output capping.

public Boolean Truncated { get; set; } #

Whether returned rows were truncated by MaxResults.

public IReadOnlyList<NetworkAdapterInfo> Adapters { get; set; } #

Adapter rows.