 | AuthenticatedCustomerFirstName Property |
If the authenticated customer is an Individual, the Individual's first name; otherwise, null.
Namespace: Ignition.Crm.AccountManagementAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax[NetForumFieldAttribute("ind_first_name")]
public string FirstName { get; }<NetForumFieldAttribute("ind_first_name")>
Public ReadOnly Property FirstName As String
Getpublic:
[NetForumFieldAttribute(L"ind_first_name")]
property String^ FirstName {
String^ get ();
}[<NetForumFieldAttribute("ind_first_name")>]
member FirstName : string with getProperty Value
String
See Also