FileIdentifier Property (DataMatrixOptions)
In This Topic
Gets or sets the file identifier of a related group of structured append symbols.
Syntax
'Declaration
<DefaultValueAttribute(0)>
<#YUc("Desc_DataMatrix_FileIdentifier", "Gets or sets the file identifier of a related group of structured append symbols.")>
<NotifyParentPropertyAttribute(True)>
Public Property FileIdentifier As Byte
[DefaultValue(0)]
[#YUc("Desc_DataMatrix_FileIdentifier", "Gets or sets the file identifier of a related group of structured append symbols.")]
[NotifyParentProperty(true)]
public byte FileIdentifier {get; set;}
Property Value
The file identifier.
See Also