SiteLogFile.Enabled Propiedad

Definición

Obtiene o establece un valor que indica si el registro está habilitado para un sitio web.

public:
 property bool Enabled { bool get(); void set(bool value); };
public bool Enabled { get; set; }
member this.Enabled : bool with get, set
Public Property Enabled As Boolean

Valor de propiedad

true si el registro de sitio está habilitado para un sitio web; de lo contrario, false. El valor predeterminado es true.

Se aplica a