VolumeInfoSequentialWriteOnce Property |
The specified volume supports a single sequential write.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public bool SequentialWriteOnce { get; }
Public ReadOnly Property SequentialWriteOnce As Boolean
Get
public:
property bool SequentialWriteOnce {
bool get ();
}
member SequentialWriteOnce : bool with get
Property Value
Type:
BooleanSee Also