IsolatedStorageFile.Quota Property

Definition

Gets a value that represents the maximum amount of space available for isolated storage.

public:
 virtual property long Quota { long get(); };
public override long Quota { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public override long Quota { get; }
member this.Quota : int64
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.Quota : int64
Public Overrides ReadOnly Property Quota As Long

Property Value

The limit of isolated storage space, in bytes.

Attributes

Exceptions

The isolated store has been removed.

-or-

Isolated storage is disabled.

The isolated store has been disposed.

Applies to

See also