A Date/Time property that can be setup in iMIS to hold any Date/Time value. 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 DateTime UserField6 { get; set; }
Visual Basic
Public Property UserField6 As DateTime
	Get
	Set
Visual C++
public:
property DateTime UserField6 {
	DateTime get ();
	void set (DateTime value);
}

See Also