NewPropertySet Method
The NewPropertySet method creates a new property set instance. It returns this instance. It uses the following syntax:
NewPropertySet ()
It includes no arguments.
For example, the following code resides in the alarm.js file:
var returnPropSet = App ().NewPropertySet();
For more examples that use the NewPropertySet method, see Customizing the Presentation Model to Delete Records.