Click or drag to resize

IOiaStatusSetContains Method

Tests if the specified status is contained within this status set.

Namespace:  MicroFocus.ZFE.Connector
Assembly:  MicroFocus.ZFE.Connector (in MicroFocus.ZFE.Connector.dll) Version: 1.2.292.0 (1.2.292.0)
Syntax
bool Contains(
	OiaStatus status
)

Parameters

status
Type: MicroFocus.ZFE.ConnectorOiaStatus
The status to test.

Return Value

Type: Boolean
True if the status is present in the set, false otherwise.
See Also