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

In This Topic
    CodeSet Property
    In This Topic
    Gets or sets which kind of code set is used in this control.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Overridable Property CodeSet As Code128CodeSet
    [Json(1)]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public virtual Code128CodeSet CodeSet {get; set;}
    See Also