IsolatedStorage.Scope プロパティ

定義

ストアを分離するためのスコープを指定する IsolatedStorageScope 列挙値を取得します。

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

プロパティ値

ストアを IsolatedStorageScope 分離するために使用されるスコープを指定する値のビットごとの組み合わせ。

注釈

ストアは、要因 (ユーザー、アセンブリ、ドメインなど) の組み合わせによって分離されます。

適用対象