Gets or sets a surname that is a part of a person's full name.
Surname is also known as family name or last name.
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public string Surname { get; set; }
Public Property Surname As String
Get
Set
public:
property String^ Surname {
String^ get ();
void set (String^ value);
}
member Surname : string with get, set
Property Value
Type:
StringSee Also