ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / QrCode Class / ConnectionIndex Property

In This Topic
    ConnectionIndex Property
    In This Topic
    Gets or sets the index of the symbol block in the structured append message.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    <DefaultValueAttribute(0)>
    Public Overridable Property ConnectionIndex As Integer
    [Json(1)]
    [DefaultValue(0)]
    public virtual int ConnectionIndex {get; set;}
    Remarks
    The possible property values are 0 - 15.
    See Also