Web API Edition | ComponentOne
C1.BarCode Namespace / GS1CompositeOptions Class / Value Property

In This Topic
    Value Property (GS1CompositeOptions)
    In This Topic
    Gets or sets the CCA or CCB character data.
    Syntax
    'Declaration
     
    
    <#YUc("Desc_GS1Composite_Value", "Gets or sets the CCA or CCB character data.")>
    <NotifyParentPropertyAttribute(True)>
    Public Property Value As String
    [#YUc("Desc_GS1Composite_Value", "Gets or sets the CCA or CCB character data.")]
    [NotifyParentProperty(true)]
    public string Value {get; set;}
    See Also