LOTUSSCRIPT/COM/OLE CLASSES
Purges the new or modified values of the specified property from the Notes backend where they are temporarily stored before publishing via the property broker.
Defined in
NotesPropertyBroker
Syntax
Call notesPropertyBroker.ClearProperty( name)
Parameters
name
If the specified NotesProperty is an input property, this method will have no effect.
All NotesPropertyBroker methods are inactive when called by applications running on the Domino server, or running on the Notes 8 basic configuration without Notes 8 standard configuration.
Language cross-reference
clearProperty method in Java PropertyBroker class
Example See Also