.NET Framework Class Library

DocItem.MarkForDelete Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > DocItem Class > DocItem Properties >

.NET Framework Class Library

DocItem.MarkForDelete Property

Namespace: Gnostice.Core.DOM

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Property MarkForDelete As Boolean
 Get
 Set

C#

public bool MarkForDelete { getset; }

Visual C++

public:
property bool MarkForDelete {
 bool get ();
 void set (bool value);
}

See Also

DocItem Class

DocItem Members

Gnostice.Core.DOM Namespace