SIFWorks ADK 2.0
KeepMessageContent Property
NamespacesEdustructures.SifWorksAgentPropertiesKeepMessageContent

[This is preliminary documentation and is subject to change.]

Keeps the text of the SIFMessage in memory after parsing into SDO objects. Defaults to false. Only set to true if your agent has a class that is implementing the IMessagingListener interface
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool KeepMessageContent{ get; set;}
Public Overridable Property KeepMessageContent As Boolean
public:
virtual property bool KeepMessageContent {
	bool get ();
	void set (bool value);
}

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10