| VolumeDiskNumbers Property |
[This is preliminary documentation and is subject to change.]
Gets the volume's disk numbers
Namespace:
UsbEject
Assembly:
UsbEject (in UsbEject.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax public int[] DiskNumbers { get; }
Public ReadOnly Property DiskNumbers As Integer()
Get
public:
property array<int>^ DiskNumbers {
array<int>^ get ();
}
member DiskNumbers : int[] with get
Property Value
Type:
Int32See Also