IDiskDriveInfoInterfaceType Property |
Win32_DiskDrive: InterfaceType: Interface type of physical disk drive.
Namespace:
Xcalibur.Models.Hardware.Disk
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax string InterfaceType { get; set; }
Property InterfaceType As String
Get
Set
property String^ InterfaceType {
String^ get ();
void set (String^ value);
}
abstract InterfaceType : string with get, set
Property Value
Type:
String
The type of the interface.
See Also