NetworkAdapterInfoAdapterTypeId Property |
Win32_NetworkAdapter: AdapterTypeID: Network medium in use. Returns the same
information as the AdapterType property, except that the information is in the form
of an integer.
Namespace:
Xcalibur.Models.Hardware.Network
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public int AdapterTypeId { get; set; }
<DataMemberAttribute>
Public Property AdapterTypeId As Integer
Get
Set
public:
[DataMemberAttribute]
virtual property int AdapterTypeId {
int get () sealed;
void set (int value) sealed;
}
[<DataMemberAttribute>]
abstract AdapterTypeId : int with get, set
[<DataMemberAttribute>]
override AdapterTypeId : int with get, set
Property Value
Type:
Int32
The adapter type ID.
Implements
INetworkAdapterInfoAdapterTypeIdSee Also