ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Code128 Class / CodeSet Property






In This Topic
    CodeSet Property (Code128)
    In This Topic
    Gets or sets which kind of code set is used in this control.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Overridable Property CodeSet As Code128CodeSet
    'Usage
     
    
    Dim instance As Code128
    Dim value As Code128CodeSet
     
    instance.CodeSet = value
     
    value = instance.CodeSet
    [Json(1)]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public virtual Code128CodeSet CodeSet {get; set;}
    public read-write property CodeSet: Code128CodeSet; virtual; 
    JsonAttribute(1)
    System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)
    public function get,set CodeSet : Code128CodeSet
    [Json(1)]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public: __property virtual Code128CodeSet get_CodeSet();
    public: __property virtual void set_CodeSet( 
       Code128CodeSet value
    );
    [Json(1)]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public:
    virtual property Code128CodeSet CodeSet {
       Code128CodeSet get();
       void set (    Code128CodeSet value);
    }
    See Also