public List<string> Keys { get; set; }
Public Property Keys As List(Of String) Get Set
public: property List<String^>^ Keys { List<String^>^ get (); void set (List<String^>^ value); }