IsolatedStorageSecurityState.Options Property

Definition

Gets the option for managing isolated storage security.

public:
 property System::IO::IsolatedStorage::IsolatedStorageSecurityOptions Options { System::IO::IsolatedStorage::IsolatedStorageSecurityOptions get(); };
public System.IO.IsolatedStorage.IsolatedStorageSecurityOptions Options { get; }
member this.Options : System.IO.IsolatedStorage.IsolatedStorageSecurityOptions
Public ReadOnly Property Options As IsolatedStorageSecurityOptions

Property Value

The option to increase the isolated quota storage size.

Remarks

This property is equal to the IsolatedStorageSecurityOptions.IncreaseQuotaForApplication enumeration value, which is the only value in the enumeration.

Applies to