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.CurrentSize

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;

Property Value

The total number of bytes of storage currently in use within the isolated storage scope.

Remarks

Represents the total usage of all files and directories within the isolated storage scope.

See Also

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