IsolatedStorageSecurityState.Options 属性

定义

获取用于管理独立存储安全性的选项。

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

属性值

用于增加独立存储的配额大小的选项。

注解

此属性等于 IsolatedStorageSecurityOptions.IncreaseQuotaForApplication 枚举值,这是枚举中唯一的值。

适用于