Given the BadAddressReasonCode (key to the reference table of bad address reasons) returns the matching description

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

Syntax

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

Parameters

badAddressReasonCode
Type: System..::.String
The code to find

Return Value

The matching description or the empty string if not found/not valid

See Also