mixin.addProperty method
Adds a property to the object. The property includes change notification and an ECMAScript 5 property definition .
Syntax
var object = mixin.addProperty(name, value);
Parameters
name
Type: StringThe name of the property to add.
value
Type: ObjectThe value of the property.
Return value
Type: Object
This object is returned.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.Binding |