public string BarcodeValue {get; set;}
public: __property string* get_BarcodeValue();
public: __property void set_BarcodeValue(
string* value
);
'Declaration
Public Property BarcodeValue As String
'Usage
Dim instance As WriterBase
Dim value As String
instance.BarcodeValue = value
value = instance.BarcodeValue
Property Value
A string value which represents the value of the barcode.