ComponentOne BarCode for UWP
C1.BarCode Namespace / QRCodeOptions Class / ConnectionNumber Property

In This Topic
    ConnectionNumber Property
    In This Topic
    Gets or sets the connection number for the barcode.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(0)>
    Public Property ConnectionNumber As System.Integer
    [System.ComponentModel.DefaultValue(0)]
    public System.int ConnectionNumber {get; set;}
    See Also