VolumeInfoSequentialWriteOnce Property |
The specified volume supports a single sequential write.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
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