BonusProgramConditionTargetGroup Property |
When not null, specifies that the bonus should be applied only to the specified target customer group. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Marketing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TargetGroup ConditionTargetGroup { get; set; }
Public Property ConditionTargetGroup As TargetGroup
Get
Set
public:
property TargetGroup^ ConditionTargetGroup {
TargetGroup^ get ();
void set (TargetGroup^ value);
}
member ConditionTargetGroup : TargetGroup with get, set
Property Value
Type:
TargetGroup
See Also