RunUnitContainsUserData Method

MicroFocus.COBOL.RuntimeServices
Checks if a name is bound to this rununit

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

public bool ContainsUserData(
	string name
)

Parameters

name
Type: SystemString
name of the object bound to this rununit

Return Value

Type: Boolean
true if the name is bound to the rununit

Implements

IRunUnitContainsUserData(String)
See Also

Reference