Gets the list of fundraising Senders defined in the iMIS instance. Key is the SenderCode, Value is the sebder's description

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

Syntax

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

See Also