Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.