'Declaration
Public ReadOnly Property Type As BarcodeType
'Usage
Dim instance As Barcode Dim value As BarcodeType value = instance.Type
public BarcodeType Type {get;}
public read-only property Type: BarcodeType;
public function get Type : BarcodeType
public: property BarcodeType Type { BarcodeType get(); }