Returns or sets a value that specifies whether changes to properties of the specified Discussion object immediately affect the discussion store. Read/write Boolean.
Remarks
If this property is set to True, all programmatic changes to individual properties of a Discussion object are immediately committed to the discussion store. If it’s set to False, no property changes are committed to the discussion store until you call the Commit method. If you don’t call the Commit method before ending the session, all pending property changes are lost. The default value is True.
For performance reasons, you may want to set AutoCommit to False and use the Commit method as appropriate.