System.IO.IsolatedStorage.IsolatedStorageFile.MaximumSize Property

Gets a value representing the maximum amount of space available for isolated storage within the limits established by the quota.

Syntax

[System.CLSCompliant(false)]
[System.Obsolete]
public override ulong MaximumSize { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The number of bytes available is constrained by the isolated storage quota set by the administrator. Quota is configured in security policy on the basis of evidence, so the same code can receive a different quota if it is run with different evidence. For example, an application that is run locally and also from a share on an intranet would likely receive different quotas.

The [<topic://cpconanticipatingoutofspaceconditions>] example demonstrates the use of the IsolatedStorageFile.MaximumSize property.

Requirements

Namespace: System.IO.IsolatedStorage
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0