| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Type As BarcodeType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public BarcodeType Type {get;} | |
| Managed Extensions for C++ | |
|---|---|
public: __property BarcodeType get_Type(); | |
| C++/CLI | |
|---|---|
public: property BarcodeType Type { BarcodeType get(); } | |