ASP.NET Pack Programmer's Guide
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.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public bool IncludeUnalteredProperties { get; set; }

Visual Basic  Copy Code

Public Property IncludeUnalteredProperties As Boolean

 Property Value

Type: Boolean
true if unaltered properties should be serialized to XML, otherwise false. The default is true.

 See Also

XmlPersistContext Members
XmlPersistContext Class
MindFusion.UI.WebForms Namespace