- Contents
DesignerCOM API
II3IDMessage::Persist Property
get_Persist
Indicates whether or not this message should be persisted with the handler. This only applies to messages that have handler/step context.
IDL Function Prototype
HRESULT Persist(
[out, retval] VARIANT_BOOL * PersistMessage
);
C/C++ Syntax
HRESULT get_Persist(VARIANT_BOOL * PersistMessage);
Parameters
- PersistMessage
-
True if the message should be persisted with the handler; otherwise False.