| MappingTrace Property |
Gets or sets the text writer where mapping trace can be directed.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public static TextWriter Trace { get; set; }
Public Shared Property Trace As TextWriter
Get
Set
public:
static property TextWriter^ Trace {
TextWriter^ get ();
void set (TextWriter^ value);
}
Property Value
Type:
TextWriter
A valid
TextWriter, indicating that the mapping
trace is enabled, or
null, and then mapping trace is
disabled.
See Also