IRunUnitSetUserData Method

MicroFocus.COBOL.RuntimeServices
Binds an object to this rununit using the name specified

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

void SetUserData(
	string name,
	Object value
)

Parameters

name
Type: SystemString
.
value
Type: SystemObject
.
See Also

Reference