'Declaration
Public Property x As System.Integer
'Usage
Dim instance As CiPoint Dim value As System.Integer instance.x = value value = instance.x
public System.int x {get; set;}
public read-write property x: System.Integer;
public function get,set x : System.int