_ContactItem.Journal Property

Definition

Returns a Boolean (bool in C#) that indicates True if the transaction of the contact will be journalized. Read/write.

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

Property Value

Remarks

The default value is False.

Applies to