System.IO.IsolatedStorage.IsolatedStorageFileStream.Position Property

Gets or sets the current position of the current System.IO.IsolatedStorage.IsolatedStorageFileStream object.

Syntax

public override long Position { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Setting this property works when the IsolatedStorageFileStream.CanSeek property is true.

Requirements

Namespace: System.IO.IsolatedStorage
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0
Since: .NET 2.0