IsolatedStorageFileStream.CanSeek Property
.NET Framework 1.1
Gets a Boolean value indicating whether seek operations are supported.
[Visual Basic] Overrides Public ReadOnly Property CanSeek As Boolean [C#] public override bool CanSeek {get;} [C++] public: __property bool get_CanSeek(); [JScript] public override function get CanSeek() : Boolean;
Property Value
true if an IsolatedStorageFileStream supports seek operations; otherwise, false.
Remarks
Use this property to determine whether the IsolatedStorageFileStream supports seek operations.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
IsolatedStorageFileStream Class | IsolatedStorageFileStream Members | System.IO.IsolatedStorage Namespace