dynamicObservableMixin.setProperty method
Updates a property value and notifies any listeners.
Syntax
var object = dynamicObservableMixin.setProperty(name, value);
Parameters
name
Type: StringThe name of the property to update.
value
Type: ObjectThe new value of the property.
Return value
Type: Object
This object is returned.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.Binding |