RunUnit.ContainsUserData 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: System.String
name of the object bound to this rununit

Return Value

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

Implements

IRunUnit.ContainsUserData(String)
See Also

Reference