WebPersonShowPersonalInformation Property |
Show personal information (gender, birthyear) to all.
If False personal 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 personal information 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)
Syntaxpublic bool ShowPersonalInformation { get; set; }
Public Property ShowPersonalInformation As Boolean
Get
Set
public:
property bool ShowPersonalInformation {
bool get ();
void set (bool value);
}
member ShowPersonalInformation : bool with get, set
Property Value
Type:
Boolean
See Also