Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / Tag Class / SerializeValue Property

In This Topic
    SerializeValue Property
    In This Topic
    Gets or sets a value indicating whether the Value of the current tag should be serialized. The default is true.
    Syntax
    'Declaration
     
    Public Property SerializeValue As Boolean
    public bool SerializeValue {get; set;}
    See Also