ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Gs1DataBarBase Class / Linkage Property






In This Topic
    Linkage Property (Gs1DataBarBase)
    In This Topic
    Gets or sets a 2D Composite Component and its separator pattern are printed above the GS1 DataBar symbol with the separator pattern aligned and contiguous to the GS1 DataBar symbol.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    Public Overridable Property Linkage As System.String
    'Usage
     
    
    Dim instance As Gs1DataBarBase
    Dim value As System.String
     
    instance.Linkage = value
     
    value = instance.Linkage
    [Json(1)]
    public virtual System.string Linkage {get; set;}
    public read-write property Linkage: System.String; virtual; 
    JsonAttribute(1)
    public function get,set Linkage : System.String
    [Json(1)]
    public: __property virtual System.string* get_Linkage();
    public: __property virtual void set_Linkage( 
       System.string* value
    );
    [Json(1)]
    public:
    virtual property System.String^ Linkage {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also