SerializeDefaultValues Property (Serializer)
In This Topic
Gets or sets a value indicating whether all the values are to be persistent.
Syntax
'Declaration
Public Property SerializeDefaultValues As Boolean
public bool SerializeDefaultValues {get; set;}
See Also