Gets or sets user-defined field 5.

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

Syntax

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

See Also