Answer File OptionsEnable Defender Property
Gets or sets a value which indicates whether Windows Defender is enabled after installation.
Definition
Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
to enable Windows Defender; otherwise, . The default value is .
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
C#
public bool EnableDefender { get; set; }VB
Public Property EnableDefender As Boolean
Get
SetC++
public:
property bool EnableDefender {
bool get ();
void set (bool value);
}F#
member EnableDefender : bool with get, setProperty Value
Booleanto enable Windows Defender; otherwise, . The default value is .