Return true if this item is updated by an open transaction.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Function isUpdated() As Boolean
C#
public bool isUpdated()
C++
public:
 bool isUpdated() sealed 
J#
public bool isUpdated()
JScript
public  function isUpdated() : bool

Remarks

This is not the same as the isDirty value, as an object is dirty if it was replaced, renamed, added or deleted in addition to updated. Updated indicates that some portion of the item was modified.

See Also