TraceEventArgs.SkipRecord Property

Definition

Gets the Boolean value that specifies whether the current record is traced or skipped.

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

Property Value

A Boolean value that specifies whether the current record is traced or skipped.

If True, the current record is skipped.

If False (default), the current record is traced.

Applies to