Writeable Property
Summary
This property indicates whether the disc type is writeable or not.
Syntax
public bool Writeable { get; }
Public ReadOnly Property Writeable As Boolean
public:
property bool Writeable {
bool get();
}
Property Value
Returns true if the disc type is writable; otherwise, it is false.