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