Gets or sets whether to write information to trace listeners
when tring to read or write properties that do not exist on a given object.
public bool TracingEnabled {get; set;}
Property Value
The default is false: when generating XML, nonexisting properties cause the
attribute not to be written; when consuming XML, an attribute will be ignored
if the property cannot be set.