NetworkAdapterInfoPnpDeviceId Property |
Win32_NetworkAdapter: PNPDeviceID: Windows Plug and Play device identifier of the
logical device.
Namespace:
Xcalibur.Models.Hardware.Network
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public string PnpDeviceId { get; set; }
<DataMemberAttribute>
Public Property PnpDeviceId As String
Get
Set
public:
[DataMemberAttribute]
virtual property String^ PnpDeviceId {
String^ get () sealed;
void set (String^ value) sealed;
}
[<DataMemberAttribute>]
abstract PnpDeviceId : string with get, set
[<DataMemberAttribute>]
override PnpDeviceId : string with get, set
Property Value
Type:
String
The PNP device ID.
Implements
INetworkAdapterInfoPnpDeviceIdSee Also