Given the sender code, returns the description.

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

Syntax

C#
public string GetSenderDescription(
	string senderCode
)
Visual Basic (Declaration)
Public Function GetSenderDescription ( _
	senderCode As String _
) As String
Visual C++
public:
String^ GetSenderDescription(
	String^ senderCode
)

Parameters

senderCode
Type: System..::.String
The SenderCode to look up.

Return Value

A string containing the description associated with the code.

See Also