'Declaration
Public Property y As System.Integer
'Usage
Dim 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