Gets or sets a flag indicating whether the event can only be viewed on the web.

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

Syntax

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

See Also