EWebAccountRegistrationLastName Property
Namespace: Ignition.Crm.AccountManagementAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[NetForumFieldAttribute("ind_last_name")]
public string LastName { get; set; }
<NetForumFieldAttribute("ind_last_name")>
Public Property LastName As String
Get
Set
public:
[NetForumFieldAttribute(L"ind_last_name")]
property String^ LastName {
String^ get ();
void set (String^ value);
}
[<NetForumFieldAttribute("ind_last_name")>]
member LastName : string with get, set
Property Value
String