TestimoX

API Reference

Class

NetworkAdapterInventoryQueryRequest

Namespace ComputerX.Network
Assembly ComputerX
Modifiers sealed

Parameters for network adapter inventory queries.

Inheritance

  • Object
  • NetworkAdapterInventoryQueryRequest

Constructors

public NetworkAdapterInventoryQueryRequest() #

Properties

public String ComputerName { get; set; } #

Target computer name. Null, empty, whitespace, or "." resolves to the local machine.

public String NameContains { get; set; } #

Optional case-insensitive substring filter against adapter name/description.

public Nullable<Int32> MaxResults { get; set; } #

Optional maximum number of rows to return.

public Nullable<TimeSpan> Timeout { get; set; } #

Optional timeout for underlying WMI/CIM calls.