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