C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Storage Namespace / NativeFileStream Class / Position Property

Position Property (NativeFileStream)
When overridden in a derived class, gets or sets the position within the current stream.
Syntax
'Declaration
 
Public Overrides Property Position As System.Long
 

Property Value

The current position within the stream.
Exceptions
ExceptionDescription
An I/O error occurs.
The stream does not support seeking.
Methods were called after the stream was closed.
See Also