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!

IsolatedStorage.MaximumSize

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;

Property Value

Number of bytes of isolated storage available.

Remarks

Number of bytes available is constrained by the isolated storage quota set by the administrator.

See Also

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