IsolatedStorageFile.IsEnabled Propiedad

Definición

Obtiene un valor que indica si el almacenamiento aislado está habilitado.

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

Valor de propiedad

true en todos los casos.

Atributos

Comentarios

El almacenamiento aislado para aplicaciones completas de .NET Framework siempre está habilitado.

Se aplica a

Consulte también