←Select platform

IsModified Property

Summary

Gets or sets a value that indicates whether this object has been modified.

Syntax

C#
VB
Java
WinRT C#
C++
public virtual bool IsModified { get; set; } 
Public Overridable Property IsModified As Boolean 
public virtual bool IsModified {get; set;} 
public boolean getIsModified() 
public void setIsModified(boolean isModified) 
             
 <br/>get_IsModified();<br/>set_IsModified(value);<br/>Object.defineProperty('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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Designers Assembly