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;
True when isolated storage file has data available or not.
Use this property to determine if the isolated storage file stream can be read.
IsolatedStorageFileStream Class | IsolatedStorageFileStream Members | System.IO.IsolatedStorage Namespace