WebPersonShowPhoneNumbers Property |
Show phone numbers to all.
If False phone number information should not be exposed to public users.
It should only be set to true by the user if the user wants to expose its phone numbers 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 ShowPhoneNumbers { get; set; }
Public Property ShowPhoneNumbers As Boolean
Get
Set
public:
property bool ShowPhoneNumbers {
bool get ();
void set (bool value);
}
member ShowPhoneNumbers : bool with get, set
Property Value
Type:
BooleanSee Also