Functiondojox.wire.ml.Data.setPropertyValue

dojo.require("dojox.wire.ml.Data");
defined in dojox/wire/ml/Data.js

This method stores 'value' as a property, specified with 'property' argument, in '_properties' object.

Usage

function (/*String*/ property, value) (view source)
parametertypedescription
propertyStringA property name
value A property value