[This is preliminary documentation and is subject to change.]

Whether the Payment processing are to be shown in expenses (it is only shown to the administrator

Namespace:  OfficeClip.BusinessLayer.Framework.Profile
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public bool IsShowPayments { get; set; }
Visual Basic (Declaration)
Public Property IsShowPayments As Boolean
Visual C++
public:
property bool IsShowPayments {
	bool get ();
	void set (bool value);
}

See Also