Gets or sets user-defined field 1.

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

Syntax

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

See Also