Gets the type of fundraising product, i.e., DonorClub or a Gift.

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

Syntax

C#
public string FundRaisingType { get; }
Visual Basic
Public ReadOnly Property FundRaisingType As String
	Get
Visual C++
public:
property String^ FundRaisingType {
	String^ get ();
}

See Also