Gets or sets user-defined field 7.

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

Syntax

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

Remarks

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

See Also