ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Codabar Class / CheckDigit Property






In This Topic
    CheckDigit Property (Codabar)
    In This Topic
    Indicates whether the symbol needs a check digit with the Luhn algorithm.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    <System.ComponentModel.DefaultValueAttribute(False)>
    Public Overridable Property CheckDigit As System.Boolean
    'Usage
     
    
    Dim instance As Codabar
    Dim value As System.Boolean
     
    instance.CheckDigit = value
     
    value = instance.CheckDigit
    [Json(1)]
    [System.ComponentModel.DefaultValue(false)]
    public virtual System.bool CheckDigit {get; set;}
    public read-write property CheckDigit: System.Boolean; virtual; 
    JsonAttribute(1)
    System.ComponentModel.DefaultValueAttribute()
    public function get,set CheckDigit : System.boolean
    [Json(1)]
    [System.ComponentModel.DefaultValue(false)]
    public: __property virtual System.bool get_CheckDigit();
    public: __property virtual void set_CheckDigit( 
       System.bool value
    );
    [Json(1)]
    [System.ComponentModel.DefaultValue(false)]
    public:
    virtual property System.bool CheckDigit {
       System.bool get();
       void set (    System.bool value);
    }
    See Also