Gets or sets the POST_REGISTRATION flag.

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

Syntax

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

See Also