Indicates the current edit status of this object, i.e., New, Modified, Deleted, or Unchanged. See EEditStatus
Namespace:
Asi.iBOAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public EEditStatus EditStatus { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property EditStatus As EEditStatus |
| Visual C++ |
|---|
public: property EEditStatus EditStatus { EEditStatus get (); } |
Field Value
One of the enumerated values: New, Modified, Deleted, or Unchanged.
Remarks
This property is automatically initialized when the object is instantiated and changed when properties
or methods modify the data or state of the object.