Share via


Disk.DiskNumber Property

 

Gets the disk number.

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

Syntax

public int DiskNumber { get; internal set; }
public:
property int DiskNumber {
    int get();
    internal: void set(int value);
}
Public Property DiskNumber As Integer
    Get
    Friend Set
End Property

Property Value

Type: System.Int32

The disk number.

See Also

Disk Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top