Data Property

Navigation:  Reference Guide > Properties >

Data Property

Previous pageReturn to chapter overviewNext page

Gets or sets the message to encode with barcode ASP.NET web control

[Visual Basic .NET]

Public Property Data As String

[C#]

public string Data {get; set;}

 

 

Remarks

The default value is "1234".

If the SymbologyType property is set to UCC/EAN128 (GS1-128), you could use a "FNC1" string to indicate the end of a varied-length data field. For example, set the "Data" property to "(01)12345678901234(10)12345FNC1(11)080101", "FNC1" is used to indicate the end of the data field after the Application Identifier (AI) #10, since AI #10 allows the corresponding data field to have 1-20 alphanumeric characters.

GS1_128