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