Gets or sets an indication of whether this event should be shown in a web view.

Namespace:  Asi.iBO.Events
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public bool ShowOnWeb { get; set; }
Visual Basic (Declaration)
Public Property ShowOnWeb As Boolean
Visual C++
public:
property bool ShowOnWeb {
	bool get ();
	void set (bool value);
}

See Also