'DeclarationPublic ReadOnly Property Type As BarcodeType
'UsageDim 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(); }