Share via


Disk.BusType Property

 

Gets the type of bus that is used to connect the disk to the system.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Syntax

public string BusType { get; internal set; }
public:
property String^ BusType {
    String^ get();
    internal: void set(String^ value);
}
Public Property BusType As String
    Get
    Friend Set
End Property

Property Value

Type: System.String

An instance of String that contains the type of bus.

See Also

Disk Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top