Gets or sets a user defined datetime property on the CActivity object that is created as a result of this gift or pledge.

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

Syntax

C#
public DateTime UserField7 { get; set; }
Visual Basic
Public Property UserField7 As DateTime
	Get
	Set
Visual C++
public:
property DateTime UserField7 {
	DateTime get ();
	void set (DateTime value);
}

Field Value

Any datetime value. It has no meaning for Gift or Pledge activities, but might be useful for storing user defined data.

Remarks

UserField1 and UserField4 on the CActivity object are used for ListAs and RequestActivitySeqn respectively so they are not available here as a separate properties

See Also