Maximum size available for isolated storage within limits established by the quota.
[Visual Basic] Public ReadOnly Property MaximumSize As UInt64 [C#] public ulong MaximumSize {get;} [C++] public: __property unsigned __int64 get_MaximumSize(); [JScript] public function get MaximumSize() : UInt64;
Number of bytes of isolated storage available.
Number of bytes available is constrained by the isolated storage quota set by the administrator.
IsolatedStorage Class | IsolatedStorage Members | System.IO.IsolatedStorage Namespace