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

Applies To

SP.ClientObject Class

See Also

Reference

SP.ClientObject Methods

SP.ClientObject Properties

SP Namespace