(Read-only) Gets a value that indicates whether the specified barcode is duplicated or not.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property IsDuplicated As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As BarcodeData
Dim value As Boolean
value = instance.IsDuplicated
|
C# | |
---|
public bool IsDuplicated {get;} |
C++/CLI | |
---|
public:
property bool IsDuplicated {
bool get();
} |
Return Value
true, the barcode is duplicated; false, the barcode is not duplicated.
Remarks
Requirements
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
See Also