Retrieves the current position of this stream, or sets the current position of this stream to the given value.
[Visual Basic] Overridable Public Property Position As Long [C#] public long Position {override get; override set;} [C++] public: __property virtual __int64 get_Position(); public: __property virtual void set_Position(__int64); [JScript] public function get Position() : long; public function set Position(long);
Get returns the current position of this stream.Set sets the current position of this stream to the given value.
Setting this property works when CanSeek property is true.
IsolatedStorageFileStream Class | IsolatedStorageFileStream Members | System.IO.IsolatedStorage Namespace