Gets or sets the reference to a CActivity that represents a request for the donation.

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

Syntax

C#
public int RequestActivitySeqn { get; set; }
Visual Basic (Declaration)
Public Property RequestActivitySeqn As Integer
Visual C++
public:
property int RequestActivitySeqn {
	int get ();
	void set (int value);
}

Field Value

The key to an existing CActivity that is donation request of this donor.

Remarks

The request must already exist in the database and not already be associated with another gift; otherwise, an error is generated.

See Also