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.3.0
Syntax
| C# |
|---|
public EEditStatus EditStatus { get; } |
| Visual Basic |
|---|
Public ReadOnly Property EditStatus As EEditStatus Get |
| 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.