CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliationPassword Property

A write-only property for setting this customer's password. To validate passwords, use NetForumAuthenticationManager.

Definition

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumFieldAttribute("cst_new_password", NetForumDataBindingMode.WriteOnly)]
public string Password { set; }

Property Value

String

See Also