Loadable Property
Summary
Gets the loadable state for the drive associated with this disc.
Syntax
public bool Loadable { get; }
Public ReadOnly Property Loadable As Boolean
public:
property bool Loadable {
bool get();
}
Property Value
True |
The drive can be loaded. |
False |
The drive cannot be loaded at the current time. |