ComponentOne BarCode for UWP
C1.BarCode Namespace / Code49Options Class / Group Property

In This Topic
    Group Property
    In This Topic
    Gets or sets group numbers.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(0)>
    Public Property Group As System.Integer
    [System.ComponentModel.DefaultValue(0)]
    public System.int Group {get; set;}
    See Also