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: String

    The name of the property to add.

  • value
    Type: Object

    This object is returned.

Return value

This method does not return a value.

Requirements

Minimum WinJS version

WinJS 1.0

Namespace

WinJS.Binding

See also

dynamicObservableMixin