AuthenticatedCustomerFirstName Property

If the authenticated customer is an Individual, the Individual's first name; otherwise, null.

Definition

Namespace: Ignition.Crm.AccountManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumFieldAttribute("ind_first_name")]
public string FirstName { get; }

Property Value

String

See Also