IsolatedStorageFileStream.CanSeek 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 seek operations are supported.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Booleantrue if an IsolatedStorageFileStream object supports seek operations; otherwise, false.
Use this property to determine whether the IsolatedStorageFileStream object supports seek operations.
Show: