LOTUSSCRIPT/COM/OLE CLASSES
Publishes new values for NotesPropertyBroker properties if modified.
Defined in
NotesPropertyBroker
Syntax
Call notesPropertyBroker.Publish()
Usage
After setting the value of a NotesPropertyBroker property, using the SetPropertyValue method, you must call this method for the changes to take effect. If you do not call Publish, your changes are lost.
Language cross-reference
Publish method in Java PropertyBroker class
Example See Also