Person

Overview

Person is a class in Aspose.Words FOSS for .NET.

Represents individual (a person) bibliography source contributor.

This class provides 3 methods for working with Person objects in .NET programs. Available methods include: Equals, GetHashCode, Person. All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package. Properties: First, Last, Middle.

Properties

NameTypeAccessDescription
LaststringRead/WriteGets or sets the last name of a person.
FirststringRead/WriteGets or sets the first name of a person.
MiddlestringRead/WriteGets or sets the middle name of a person.

Methods

SignatureDescription
Person(last: string, first: string, middle: string)Initialize a new instance of the Person class.
Equals(obj: object)Calls Equals(obj) on this Person instance.
GetHashCode()Calls GetHashCode on this Person instance.

See Also