Address.Name

Address.Name property

Gets or sets the name, either the first and last name of a natural person or the company name of a legal person.

public string Name { get; set; }

Property Value

The name.

See Also