CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliationReceivesMemberBenefits Property

A flag indicating if the customer receives member benefits. Note that a customer may receive member benefits, but not actually be a member themselves. See IsMember for this.

Definition

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumFieldAttribute("cst_receives_member_benefits_flag", "vst_member_flag")]
public bool ReceivesMemberBenefits { get; }

Property Value

Boolean

See Also