Search
XmlPersistContext.IncludeUnalteredProperties Property
See Also
 





Gets or sets a value specifies whether properties that have their default value should be serialized to XML.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool IncludeUnalteredProperties { get; set; }

Visual Basic  Copy Code

Public Property IncludeUnalteredProperties As Boolean

 Property Value

 See Also