JAMS Developer Guide
ClearModified Method (BasePublicObject)


MVPSI.JAMS Namespace > BasePublicObject Class : ClearModified Method
ClearModified is designed to be used internally and should not be called from end-user code. Call Update() which saves the modifications and then calls ClearModified.
Syntax
'Declaration
 
Public Overridable Sub ClearModified() 
'Usage
 
Dim instance As BasePublicObject
 
instance.ClearModified()
public virtual void ClearModified()
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BasePublicObject Class
BasePublicObject Members