IsolatedStorage.Scope Eigenschaft

Definition

Ruft einen IsolatedStorageScope-Enumerationswert ab, der den zum Isolieren des Speichers verwendeten Gültigkeitsbereich angibt.

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

Eigenschaftswert

Eine bitweise Kombination von IsolatedStorageScope Werten, die den Bereich angeben, der zum Isolieren des Speichers verwendet wird.

Hinweise

Speicher werden durch eine Kombination von Faktoren (Benutzer, Assembly, Domäne usw.) isoliert.

Gilt für: