IsolatedStorageFileStream.CanRead Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets a Boolean value indicating whether the file can be read.

Namespace:  System.IO.IsolatedStorage
Assembly:  mscorlib (in mscorlib.dll)

Syntax

Public Overrides ReadOnly Property CanRead As Boolean
public override bool CanRead { get; }

Property Value

Type: System..::.Boolean
true if an IsolatedStorageFileStream object can be read; otherwise, false.

Remarks

Use this property to determine whether the IsolatedStorageFileStream object can be read.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

IsolatedStorageFileStream Class

System.IO.IsolatedStorage Namespace