IsolatedStorageSecurityState.Options 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得管理隔離儲存區安全性的選項。
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 列舉值,這是列舉中唯一的值。