'DeclarationPublic ReadOnly Property Length As System.Integer
'UsageDim instance As CiBarcode Dim value As System.Integer value = instance.Length
public System.int Length {get;}
public read-only property Length: System.Integer; 
            public function get Length : System.int
public: property System.int Length { System.int get(); }