'DeclarationPublic Property Key As System.Integer
'UsageDim 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