ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Gs1DataBarOmnidirectional Class / LinkageVersion Property

In This Topic
    LinkageVersion Property (Gs1DataBarOmnidirectional)
    In This Topic
    Gets or sets the composite barcode component that can be used in linkage.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Overridable Property LinkageVersion As Gs1DataBarLinkageVersion
    [Json(1)]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public virtual Gs1DataBarLinkageVersion LinkageVersion {get; set;}
    See Also