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.DataAvailable

Property tells if there is data available to be read or not.

[Visual Basic]
Overridable Public ReadOnly Property DataAvailable As Boolean
[C#]
public bool DataAvailable {override get;}
[C++]
public: __property virtual bool get_DataAvailable();
[JScript]
public function get DataAvailable() : Boolean;

Property Value

True when isolated storage file has data available or not.

Remarks

Use this property to determine if the isolated storage file stream can be read.

See Also

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