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
Exceptions
The property is undefined.