WebPersonShowAddresses Property |
Show addresses to all.
Is set to False by default in database. If False address information (except City) should not be exposed to public users.
It should only be set to true by the user if the user wants to expose its addresses to all other users.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public bool ShowAddresses { get; set; }
Public Property ShowAddresses As Boolean
Get
Set
public:
property bool ShowAddresses {
bool get ();
void set (bool value);
}
member ShowAddresses : bool with get, set
Property Value
Type:
BooleanSee Also