Gets or sets the current read/write position in the file stream.

Namespace: Composite.Core.IO.Plugins.IOProvider
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
long Position { get; set; }
Visual Basic
Property Position As Long
	Get
	Set
Visual C++
property long long Position {
	long long get ();
	void set (long long value);
}

See Also