SP.ClientObject.checkUninitializedProperty(propName) Method

Applies to: SharePoint Foundation 2010

Checks to determine whether the specified value type property of a SP.ClientObject Class has been initialized.

SP.ClientObject.checkUninitializedProperty(propName);

Parameters

  • propName
    The name of the property to check.

Type: String

Applies To

SP.ClientObject Class

Exceptions

Exception

The property is undefined.

See Also

Reference

SP.ClientObject Methods

SP.ClientObject Properties

SP Namespace