DiskInfo.BusType Property
Gets and sets the bus type.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[DataMemberAttribute]
public string BusType { get; set; }
public:
[DataMemberAttribute]
property String^ BusType {
String^ get();
void set(String^ value);
}
<DataMemberAttribute>
Public Property BusType As String
Property Value
Type: System.String
The bus the type.
See Also
DiskInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top