Given the sender code, returns the description.

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

Syntax

C#
public string GetSenderDescription(
	string senderCode
)
Visual Basic
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