INetworkAdapterInfoAdapterTypeId 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 int AdapterTypeId { get; set; }
Property AdapterTypeId As Integer
Get
Set
property int AdapterTypeId {
int get ();
void set (int value);
}
abstract AdapterTypeId : int with get, set
Property Value
Type:
Int32
The adapter type ID.
See Also