 | 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.
Namespace: Ignition.CrmAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax[NetForumFieldAttribute("cst_member_flag", NetForumDataBindingMode.ReadOnly)]
public bool IsMember { get; }<NetForumFieldAttribute("cst_member_flag", NetForumDataBindingMode.ReadOnly)>
Public ReadOnly Property IsMember As Boolean
Getpublic:
[NetForumFieldAttribute(L"cst_member_flag", NetForumDataBindingMode::ReadOnly)]
property bool IsMember {
bool get ();
}[<NetForumFieldAttribute("cst_member_flag", NetForumDataBindingMode.ReadOnly)>]
member IsMember : bool with getProperty Value
Boolean
See Also