Click or drag to resize

MappingTrace Property

Gets or sets the text writer where mapping trace can be directed.

Namespace:  RW.Server.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax
public static TextWriter Trace { get; set; }

Property Value

Type: TextWriter
A valid TextWriter, indicating that the mapping trace is enabled, or null, and then mapping trace is disabled.
See Also