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.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public List<WebAddress> Addresses { get; set; }
Public Property Addresses As List(Of WebAddress)
Get
Set
public:
property List<WebAddress^>^ Addresses {
List<WebAddress^>^ get ();
void set (List<WebAddress^>^ value);
}
member Addresses : List<WebAddress> with get, set
Property Value
Type:
ListWebAddressSee Also