NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IsolatedStorageFileStream.CanSeek

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;

Property Value

True for isolated storage files that supports seek operations.

Remarks

Use this property to determine if the isolated storage file stream supports seek operations or not.

See Also

IsolatedStorageFileStream Class | IsolatedStorageFileStream Members | System.IO.IsolatedStorage Namespace