Gets or sets a user defined decimal 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 decimal UserField5 { get; set; }
Visual Basic
Public Property UserField5 As Decimal
	Get
	Set
Visual C++
public:
property Decimal UserField5 {
	Decimal get ();
	void set (Decimal value);
}

Field Value

Any numeric value that fits in 15,4. 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