SP.ClientObject.isObjectPropertyInstantiated(propertyName) Method
Applies to: SharePoint Foundation 2010
Indicates whether the specified property of the client object is instantiated.
var value = SP.ClientObject.isObjectPropertyInstantiated(propertyName);
Parameters
- propertyName
The specified property name of the client object.
Type: String
Return Value
Type: Boolean