JAVA/CORBA CLASSES


clearProperty method
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

PropertyBroker

Syntax

void clearProperty(String propertyname)
   throws NotesException

Parameters

propertyname


Usage

If the specified NotesProperty is an input property, this method will have no effect.

All PropertyBroker 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 in LotusScript NotesPropertyBroker class