[This is preliminary documentation and is subject to change.]
Gets or sets the position within the current stream.
Namespace: Tools.IOtAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public override long Position { get; set; } |
| Visual Basic |
|---|
Public Overrides Property Position As Long
Get
Set |
| F# |
|---|
abstract Position : int64 with get, set
override Position : int64 with get, set |
| JScript |
|---|
override function get Position () : long
override function set Position (value : long) |
Return Value
The current position within the stream.
Exceptions
See Also