Web API Edition | ComponentOne
C1.BarCode Namespace / QRCodeOptions Class / ConnectionNumber Property

In This Topic
    ConnectionNumber Property (QRCodeOptions)
    In This Topic
    Gets or sets the connection number for the barcode.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(0)>
    <#YUc("Desc_QRCodeOptions_ConnectionNumber", "Gets or sets the connection number for the barcode.")>
    <NotifyParentPropertyAttribute(True)>
    Public Property ConnectionNumber As Integer
    [DefaultValue(0)]
    [#YUc("Desc_QRCodeOptions_ConnectionNumber", "Gets or sets the connection number for the barcode.")]
    [NotifyParentProperty(true)]
    public int ConnectionNumber {get; set;}
    See Also