SP.ClientObjectPrototype.retrieveObject(propertyName) Method
Applies to: SharePoint Foundation 2010
In this article
Return Value
Applies To
Remarks
Returns an object prototype that represents the specified SP.ClientObject Class property. This member is reserved for internal use and is not intended to be used directly from your code.
var value = SP.ClientObjectPrototype.retrieveObject(propertyName);
Parameters
- propertyName
A string that contains the property name.
Type: String
- PropertyType
The property type.
Return Value
Type: SP.ClientObjectPrototype
Applies To
SP.ClientObjectPrototype Class
Remarks
This method returns the prototype that represents the specified SP.ClientObjectCollection Class for retrieving the child items for the collection.