DiskDeviceIsDiskWritable Property |
Determines whether disk is writable or read-only.
Namespace:
Arsenal.ImageMounter
Assembly:
Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax public bool IsDiskWritable { get; }
Public ReadOnly Property IsDiskWritable As Boolean
Get
public:
property bool IsDiskWritable {
bool get ();
}
member IsDiskWritable : bool with get
Property Value
Type:
BooleanSee Also