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

Syntax

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

See Also