ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / DataMatrixEcc200 Class / StructuredAppend Property

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