Click or drag to resize

NetworkAdapterInfoPhysicalAdapter Property

Win32_NetworkAdapter: PhysicalAdapter: Indicates whether the adapter is a physical or a logical adapter. If True, the adapter is physical.

Namespace:  Xcalibur.Models.Hardware.Network
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataMemberAttribute]
public bool PhysicalAdapter { get; set; }

Property Value

Type: Boolean
true if [physical adapter]; otherwise, false.

Implements

INetworkAdapterInfoPhysicalAdapter
See Also