Gets or sets an indication of whether registrations are accepted from the web for this CFunction object. This is WEB_ENABLED in the Product_Function table.

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

Syntax

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

See Also