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