Gets the list of fundraising Distributions defined in the iMIS instance. Key is the ProductCode, Value is the product's title

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

Syntax

C#
public KeyValuePair[] FundraisingDistributions { get; }
Visual Basic (Declaration)
Public ReadOnly Property FundraisingDistributions As KeyValuePair()
Visual C++
public:
property array<KeyValuePair>^ FundraisingDistributions {
	array<KeyValuePair>^ get ();
}

See Also