| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property DuplicateCount As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int DuplicateCount {get;} | |
Return Value
Number of duplicated barcodes.For an example, refer to BarcodeData.IsDuplicated example.
Read method updates the value of this property.
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code