_JournalItem.DocSaved Property

Definition

Returns a Boolean (bool in C#) value that is True if the journalized item was saved as part of the journalized session. Read/write.

public:
 property bool DocSaved { bool get(); void set(bool value); };
public bool DocSaved { get; set; }
Public Property DocSaved As Boolean

Property Value

Applies to