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.6.1001.0 (1.6.1001.0)
Syntax bool Contains(
Attribute attribute
)
Function Contains (
attribute As Attribute
) As Boolean
Parameters
- attribute
- Type: MicroFocus.ZFE.ConnectorAttribute
The attribute to test.
Return Value
Type:
BooleanTrue if the attribute is present in the set, false otherwise.
See Also