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.2.0

Syntax

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

See Also