Job..::..GetBranchDescriptionFromBranchID Method

Gets the branch description from branch identifier.

Namespace:  JiwaFinancials.Jiwa.JiwaServiceManager
Assembly:  JiwaServiceManager (in JiwaServiceManager.dll)

Syntax


public string GetBranchDescriptionFromBranchID(
	string BranchID
)
Public Function GetBranchDescriptionFromBranchID ( _
	BranchID As String _
) As String
public:
String^ GetBranchDescriptionFromBranchID(
	String^ BranchID
)

Parameters

BranchID
Type: String
The branch identifier.

Return Value

System.String.