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

In This Topic
    Connection Property
    In This Topic
    Indicates whether the symbol is a part of a structured append message.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    <DefaultValueAttribute(False)>
    Public Overridable Property Connection As Boolean
    [Json(1)]
    [DefaultValue(false)]
    public virtual bool Connection {get; set;}
    See Also