'value' is defined as a property in class 'SelectionProperty<DropdownPropertyPopoversConfig>', but is overridden here in 'DropdownPropertyComponent' as an accessor code example
Example: get setter c# model
Person person = new Person();
person.Name = "Joe"; // the set accessor is invoked here
System.Console.Write(person.Name); // the get accessor is invoked here