BarCode for WPF | ComponentOne
C1.WPF.BarCode.4.5.2 Assembly / C1.WPF.BarCode Namespace / C1BarCode Class / MessageValue Property

In This Topic
    MessageValue Property (C1BarCode)
    In This Topic
    This is used when programmers want to display Barcode messages as text, separately from Value
    Syntax
    'Declaration
     
    Public Property MessageValue As String
    public string MessageValue {get; set;}
    See Also