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

Syntax

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

See Also