CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliationIsMember Property

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

Definition

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumFieldAttribute("cst_member_flag", NetForumDataBindingMode.ReadOnly)]
public bool IsMember { get; }

Property Value

Boolean

See Also