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.3454
[NetForumFieldAttribute("ind_last_name")]
public string LastName { get; }
<NetForumFieldAttribute("ind_last_name")>
Public ReadOnly Property LastName As String
Get
public:
[NetForumFieldAttribute(L"ind_last_name")]
property String^ LastName {
String^ get ();
}
[<NetForumFieldAttribute("ind_last_name")>]
member LastName : string with get
Property Value
String