Returns the length in bytes of the stream.
[Visual Basic] Overridable Public ReadOnly Property Length As Long [C#] public long Length {override get;} [C++] public: __property virtual __int64 get_Length(); [JScript] public function get Length() : long;
A long value representing the length of the stream in bytes.
Length represents the number of bytes currently in the file. It is not affected by isolated storage quota.
IsolatedStorageFileStream Class | IsolatedStorageFileStream Members | System.IO.IsolatedStorage Namespace