GoDiagram Web Reference
TracingEnabled Property

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
'Declaration
 
Public Property TracingEnabled As Boolean
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoXmlBindingTransformer Class
GoXmlBindingTransformer Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback