IsolatedStorageFile.IsEnabled Eigenschap

Definitie

Hiermee wordt een waarde opgehaald die aangeeft of geïsoleerde opslag is ingeschakeld.

public:
 static property bool IsEnabled { bool get(); };
public static bool IsEnabled { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public static bool IsEnabled { get; }
static member IsEnabled : bool
[<System.Runtime.InteropServices.ComVisible(false)>]
static member IsEnabled : bool
Public Shared ReadOnly Property IsEnabled As Boolean

Waarde van eigenschap

true in alle gevallen.

Kenmerken

Opmerkingen

Geïsoleerde opslag voor volledige .NET Framework-toepassingen is altijd ingeschakeld.

Van toepassing op

Zie ook