←Select platform

IsModified Property

Summary

A value that indicates whether this object has been modified.

Syntax
C#
VB
C++
Java
public virtual bool IsModified { get; set; } 
Public Overridable Property IsModified As Boolean 
public boolean getIsModified() 
public void setIsModified(boolean isModified) 
public:  
   virtual property bool IsModified 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true if the object has been modified; otherwise, it is false. The default value is false.

Remarks

This value is updated automatically by the automation object when Working is called. It can be used by the application to update the modified metadata if required.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Designers Assembly