GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlBindingTransformer Class / TracingEnabled Property
In This Topic
    TracingEnabled Property
    In This Topic
    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.
    Syntax
    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.
    Remarks
    See Also