Compartir a través de


FormsAuthentication.IsEnabled Propiedad

Definición

Obtiene un valor que indica si el la autenticación de formularios está habilitada.

public:
 static property bool IsEnabled { bool get(); };
public static bool IsEnabled { get; }
member this.IsEnabled : bool
Public Shared ReadOnly Property IsEnabled As Boolean

Valor de propiedad

Boolean

true si la autenticación de formas está habilitada; en caso contrario, devuelve el valor false.

Se aplica a