ComponentOne BarCode for UWP
C1.Xaml.BarCode Namespace / C1BarCode Class / MessageValue Property

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