[DefaultValue(false)] [#YUc("Desc_DataMatrix_StructuredAppend", "Gets or sets a value indicating whether the current symbol is part of structured append symbols.")] [NotifyParentProperty(true)] public bool StructuredAppend {get; set;}
'Declaration
<DefaultValueAttribute(False)> <#YUc("Desc_DataMatrix_StructuredAppend", "Gets or sets a value indicating whether the current symbol is part of structured append symbols.")> <NotifyParentPropertyAttribute(True)> Public Property StructuredAppend As Boolean
Property Value
true
if the current symbol is part of structured append symbols; otherwise, false
.