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.2.0

Syntax

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

See Also