| Visual Basic (Declaration) | |
|---|---|
Public Property Unit As BarcodeUnit | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public BarcodeUnit Unit {get; set;} | |
| C++/CLI | |
|---|---|
public: property BarcodeUnit Unit { BarcodeUnit get(); void set (BarcodeUnit value); } | |
Return Value
Unit of measurement for the Location property.For an example, refer to BarcodeData.IsDuplicated example.
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code