FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsExecutionIteration..::..getMessage Method

Gets the message.

Namespace:  FlowWright.cDevDecisionEngine
Assembly:  cDevDecisionEngine (in cDevDecisionEngine.dll)

Syntax


public string getMessage(
	string msgKey
)
Public Function getMessage ( _
	msgKey As String _
) As String
public:
String^ getMessage(
	String^ msgKey
)

Parameters

msgKey
Type: String
The MSG key.

Return Value

System.String.