System.IO.IsolatedStorage.IsolatedStorageFileStream.Length Property

Gets the length of the System.IO.IsolatedStorage.IsolatedStorageFileStream object.

Syntax

public override long Length { get; }

Value

Documentation for this section has not yet been entered.

Remarks

IsolatedStorageFileStream.Length represents the number of bytes currently in the file. It is not affected by isolated storage quota.

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