Manager..::..GetJobDescriptionFromJobCode Method

Gets the job description from job code.

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

Syntax


public string GetJobDescriptionFromJobCode(
	string JobCode
)
Public Function GetJobDescriptionFromJobCode ( _
	JobCode As String _
) As String
public:
String^ GetJobDescriptionFromJobCode(
	String^ JobCode
)

Parameters

JobCode
Type: String
The job code.

Return Value

System.String.