Gets or sets a user defined string 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.2.0

Syntax

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

Field Value

A string value of up to 255 characters in length. 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.

If an attempt is made to set this with a value longer than 255 characters an error is reported.

See Also