ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / QrCodeTagHelper Class / ConnectionIndex Property

In This Topic
    ConnectionIndex Property (QrCodeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.QrCode.ConnectionIndex. Sets the index of the symbol block in the structured append message.
    Syntax
    'Declaration
     
    Public Overridable Property ConnectionIndex As Integer
    public virtual int ConnectionIndex {get; set;}
    Remarks
    The possible property values are 0 - 15.
    See Also