DiskDriveInfoInterfaceType 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 [DataMemberAttribute]
public string InterfaceType { get; set; }
<DataMemberAttribute>
Public Property InterfaceType As String
Get
Set
public:
[DataMemberAttribute]
virtual property String^ InterfaceType {
String^ get () sealed;
void set (String^ value) sealed;
}
[<DataMemberAttribute>]
abstract InterfaceType : string with get, set
[<DataMemberAttribute>]
override InterfaceType : string with get, set
Property Value
Type:
String
The type of the interface.
Implements
IDiskDriveInfoInterfaceTypeSee Also