Click or drag to resize
PersonAddresses Property
Addresses. The list object is automatically created. It is optional to add addresses, but a person should be enforsed to provide at least one address in the process of user registration. If the person do not want to show its full address to other users the person should set ShowAddresses to False.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public AddressList Addresses { get; }

Property Value

Type: AddressList

Implements

IPersonAddresses
See Also