Click or drag to resize

IAttributeSetContains Method

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

Namespace:  MicroFocus.ZFE.Connector
Assembly:  MicroFocus.ZFE.Connector (in MicroFocus.ZFE.Connector.dll) Version: 1.1.30312.0 (1.1.30312.0)
Syntax
bool Contains(
	Attribute attribute
)

Parameters

attribute
Type: MicroFocus.ZFE.ConnectorAttribute
The attribute to test.

Return Value

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