Gets or sets user-defined field 4.

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

Syntax

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

See Also