BonusProgramHasProductCondition Property |
Gets a value indicating whether this instance has product condition.
Namespace:
Aloe.EnterpriseOne.Model.Crm.Marketing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool HasProductCondition { get; }
Public ReadOnly Property HasProductCondition As Boolean
Get
public:
property bool HasProductCondition {
bool get ();
}
member HasProductCondition : bool with get
Property Value
Type:
Booleantrue if this instance has product condition; otherwise,
false.
See Also