Gets or sets user-defined field 5.

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

Syntax

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

See Also