INetworkAdapterInfoPhysicalAdapter 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 bool PhysicalAdapter { get; set; }
Property PhysicalAdapter As Boolean
Get
Set
property bool PhysicalAdapter {
bool get ();
void set (bool value);
}
abstract PhysicalAdapter : bool with get, set
Property Value
Type:
Booleantrue if [physical adapter]; otherwise,
false.
See Also