PaymentReasonIsSystem Property |
Specifies whether the payment reason is defined by the system. The system defined records are created by the system and are read-only for the user. [Required] [Default(false)] [Filter(eq)] [ReadOnly]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool IsSystem { get; set; }
Public Property IsSystem As Boolean
Get
Set
public:
property bool IsSystem {
bool get ();
void set (bool value);
}
member IsSystem : bool with get, set
Property Value
Type:
Boolean
See Also