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