A string property that can be setup in iMIS to hold any value less than 256 characters in length. Its meaning, if used at all, is ActivityType specific.

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

Syntax

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

See Also