Gets or sets user-defined field 9.

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

Syntax

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

Remarks

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

See Also