SP.DataConvert.invokeSetProperty(obj, propName, propValue) Method

Applies to: SharePoint Foundation 2010

Sets the value for the specified property of the specified object.

SP.DataConvert.invokeSetProperty(obj, propName, propValue);

Parameters

obj

Type: Object

The object on which the property value is set.

propName

Type: String

The name of the property for which the value is set.

propValue

Type: Object

The value of the specified property.

Remarks

This method invokes a method to set the value for the property on the object.

Applies To

SP.DataConvert Class

See Also

Reference

SP.DataConvert Methods

SP Namespace