Click or drag to resize

DataAttributesCollectionItem Property (IDataAttribute)

If the specified attribute is part of the attributes collection, returns it. Otherwise it throws an exception.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public IDataAttribute this[
	IDataAttribute attribute
] { get; }

Parameters

attribute
Type: Aloe.SystemFrameworks.DomainIDataAttribute
The attribute to search for.

Property Value

Type: IDataAttribute
The IDataAttribute.

Return Value

Type: IDataAttribute
The attribute.
Exceptions
ExceptionCondition
InvalidOperationExceptionWhen the attribute is not found.
See Also