'DeclarationPublic Property y As System.Integer
'UsageDim instance As CiPoint Dim value As System.Integer instance.y = value value = instance.y
public System.int y {get; set;}
public read-write property y: System.Integer; 
            public function get,set y : System.int