(Read only) Returns the index of the first barcode that is a duplicate of the specified barcode.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property DuplicatedIndex As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As BarcodeData
Dim value As Integer
value = instance.DuplicatedIndex
|
C# | |
---|
public int DuplicatedIndex {get;} |
Managed Extensions for C++ | |
---|
public: __property int get_DuplicatedIndex(); |
C++/CLI | |
---|
public:
property int DuplicatedIndex {
int get();
} |
Return Value
A zero-based index of the first barcode that is a duplicate of the specified barcode.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also