Sys.Observer.setValue Method
.NET Framework 4
Sets a property or field on the target in an observable manner.
Sys.Observer.setValue(target,propertyName,value);
The raisePropertyChanged method is called after the setValue method set the value of the target object property.