setProperty method
Collapse the table of content
Expand the table of content

mixin.setProperty method

Applies to Windows and Windows Phone

Updates a property value and notifies any listeners.

Syntax


var object = mixin.setProperty(name, value);

Parameters

name

Type: String

The name of the property to update.

value

Type: Object

The new value of the property.

Return value

Type: Object

This object is returned.

Requirements

Minimum WinJS version

WinJS 1.0

Namespace

WinJS.Binding

See also

mixin

 

 

Show:
© 2017 Microsoft