Property tells if file can be read.
[Visual Basic] Overridable Public ReadOnly Property CanSeek As Boolean [C#] public bool CanSeek {override get;} [C++] public: __property virtual bool get_CanSeek(); [JScript] public function get CanSeek() : Boolean;
True for isolated storage files that supports seek operations.
Use this property to determine if the isolated storage file stream supports seek operations or not.
IsolatedStorageFileStream Class | IsolatedStorageFileStream Members | System.IO.IsolatedStorage Namespace