Click or drag to resize
WebPersonAddresses 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.WebService.Data
Assembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public List<WebAddress> Addresses { get; set; }

Property Value

Type: ListWebAddress
See Also