INetworkInfoAdapterId Property |
Gets or sets the adapter identifier.
Namespace:
Xcalibur.Models.Hardware.Network
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax string AdapterId { get; set; }
Property AdapterId As String
Get
Set
property String^ AdapterId {
String^ get ();
void set (String^ value);
}
abstract AdapterId : string with get, set
Property Value
Type:
String
The adapter identifier.
See Also