ComponentOne List for WinForms
C1.Win.C1List.Util.Xml.Serialization Namespace / Serializer Class / SerializeDefaultValues Property

In This Topic
    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