| Visual Basic (Declaration) | |
|---|---|
<DataMemberAttribute(Name="Unit", IsRequired=True)> Public Property Unit As BarcodeUnit | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[DataMemberAttribute(Name="Unit", IsRequired=true)] public BarcodeUnit Unit {get; set;} | |
| C++/CLI | |
|---|---|
[DataMemberAttribute(Name="Unit", IsRequired=true)] public: property BarcodeUnit Unit { BarcodeUnit get(); void set (BarcodeUnit value); } | |
Return Value
Unit of measurement for the Location property.For an example, refer to Leadtools.Services.Barcode.ServiceContracts.IBarcodeService.Read example.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code