Click or drag to resize

DataAttributesCollectionContains Method

Determines whether there is an attribute with the specified name.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public bool Contains(
	string name
)

Parameters

name
Type: SystemString
The name of the attribute to search for.

Return Value

Type: Boolean
True if there is an attribute with the specified name.
See Also