TraceReplayOptions.KeepResults Property

Definition

Gets or sets the Boolean property value that specifies whether to keep the replay results.

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

Property Value

A Boolean value that specifies whether to keep the results.

If True, the results are kept.

If False (default), the results are not kept.

Examples

Readme_Tracer

Applies to