SP.DataConvert.invokeGetProperty(obj, propName) Method

Applies to: SharePoint Foundation 2010

In this article
Return Value
Remarks
Applies To

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

var value = SP.DataConvert.invokeGetProperty(obj, propName);

Parameters

obj

Type: Object

The object containing the property.

propName

Type: String

The name of the property to get the value.

Return Value

Type: Object

The value of the specified property for the specified object.

Remarks

This method invokes a method on the object specified by the obj parameter to get the value of the property specified by the propName parameter.

Applies To

SP.DataConvert Class

See Also

Reference

SP.DataConvert Methods

SP Namespace