public int KeyValue { get; set; }
Public Property KeyValue As Integer Get Set
public: property int KeyValue { int get (); void set (int value); }
member KeyValue : int with get, set
In This Article