mixin.getProperty method
Gets a property value by name.
Syntax
var object = mixin.getProperty(name);
Parameters
name
Type: StringThe name of the property to get.
Return value
Type: Object
The value of the property as an observable object.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.Binding |