TraceLogger.EnabledInMemoryLogCapture Property
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.
Enables or disabled in-memory log capture. Default is false.
public:
property bool EnabledInMemoryLogCapture { bool get(); void set(bool value); };
public bool EnabledInMemoryLogCapture { get; set; }
member this.EnabledInMemoryLogCapture : bool with get, set
Public Property EnabledInMemoryLogCapture As Boolean