I want to access the property in 'selectedCeremonyToUpdate()' observable whose property name is in 'name'. If 'name' contains 'City' then i want
self.edit = function (data, event, name) {
alert("In " + self.selectedCeremonyToUpdate().City());
}
how to do this..