GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlBindingTransformer Class / DefaultTracingEnabled Property
In This Topic
    DefaultTracingEnabled Property
    In This Topic
    Gets or sets a shared/static variable that provides the default value for TracingEnabled for newly created GoXmlBindingTransformers.
    Syntax
    public static bool DefaultTracingEnabled {get; set;}

    Property Value

    The default value is false. Setting this property does not modify the value of TracingEnabled for any existing GoXmlBindingTransformer.
    See Also