NetworkAdapterInfoAdapterType Property |
Win32_NetworkAdapter: AdapterType: Network medium in use.
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 AdapterType { get; set; }
<DataMemberAttribute>
Public Property AdapterType As String
Get
Set
public:
[DataMemberAttribute]
virtual property String^ AdapterType {
String^ get () sealed;
void set (String^ value) sealed;
}
[<DataMemberAttribute>]
abstract AdapterType : string with get, set
[<DataMemberAttribute>]
override AdapterType : string with get, set
Property Value
Type:
String
The type of the adapter.
Implements
INetworkAdapterInfoAdapterTypeSee Also