dynamicObservableMixin.addProperty method
Adds a property with change notification to this object, including a ECMAScript5 property definition.
Syntax
dynamicObservableMixin.addProperty(name, value);
Parameters
name
Type: StringThe name of the property to add.
value
Type: ObjectThis object is returned.
Return value
This method does not return a value.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.Binding |