TraceEventArgs.SkipRecord 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.
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.