Gets or sets user-defined field 8.

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

Syntax

C#
public string UserDefined8 { get; set; }
Visual Basic
Public Property UserDefined8 As String
	Get
	Set
Visual C++
public:
property String^ UserDefined8 {
	String^ get ();
	void set (String^ value);
}

Remarks

If the supplied value is greater than 100 characters in length an error is reported.

See Also