'Declaration
Public Property Type As EBarcodeType
'Usage
Dim instance As CiBarcode Dim value As EBarcodeType instance.Type = value value = instance.Type
public EBarcodeType Type {get; set;}
public read-write property Type: EBarcodeType;
public function get,set Type : EBarcodeType
public: property EBarcodeType Type { EBarcodeType get(); void set ( EBarcodeType value); }