IRunUnitGetUserData Method

MicroFocus.COBOL.RuntimeServices
Returns the object bound with the specific name to the rununit

Namespace:  MicroFocus.COBOL.RuntimeServices
Assembly:  MicroFocus.COBOL.RuntimeServices (in MicroFocus.COBOL.RuntimeServices.dll) Version: 1.2.3.4
Syntax

Object GetUserData(
	string name
)

Parameters

name
Type: SystemString
.

Return Value

Type: Object
The user data.
See Also

Reference