MuxLogger.IncludeEvaluationProfiles Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Should evaluation events include profiling information?
public:
property bool IncludeEvaluationProfiles { bool get(); void set(bool value); };
public bool IncludeEvaluationProfiles { get; set; }
member this.IncludeEvaluationProfiles : bool with get, set
Public Property IncludeEvaluationProfiles As Boolean