Chili.Opf3 Send comments on this topic.
MarkForDeletion Property
See Also 
Chili.Opf3 Namespace > ObjectInfo Class : MarkForDeletion Property




Specifies whether the associated persistent object is marked for deletion. Objects marked for deletion are deleted the next time they are persisted.

Syntax

Visual Basic (Declaration) 
Public Property MarkForDeletion As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ObjectInfo
Dim value As Boolean
 
instance.MarkForDeletion = value
 
value = instance.MarkForDeletion
C# 
public bool MarkForDeletion {get; set;}
Managed Extensions for C++ 
public: __property bool get_MarkForDeletion();
public: __property void set_MarkForDeletion( 
   bool value
);
C++/CLI 
public:
property bool MarkForDeletion {
   bool get();
   void set (bool value);
}

Return Value

Returns true if the associated persistent object is marked for deletion.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also