mixin.removeProperty method
Removes a property value.
Syntax
var object = mixin.removeProperty(name);
Parameters
name
Type: StringThe name of the property to remove.
Return value
Type: Object
This object is returned.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.Binding |