public bool TraceExecution { get; set; }Public Property TraceExecution As Boolean
Get
Setpublic:
property bool TraceExecution {
bool get ();
void set (bool value);
}member TraceExecution : bool with get, setIf set to true, information about the execution of a CrossEntropyProgram in this context is provided as output of methods defined in the Trace class.