Current size of isolated storage in use.
[Visual Basic] Public ReadOnly Property CurrentSize As UInt64 [C#] public ulong CurrentSize {get;} [C++] public: __property unsigned __int64 get_CurrentSize(); [JScript] public function get CurrentSize() : UInt64;
The total number of bytes of storage currently in use within the isolated storage scope.
Represents the total usage of all files and directories within the isolated storage scope.
IsolatedStorage Class | IsolatedStorage Members | System.IO.IsolatedStorage Namespace