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
Syntaxpublic IDataAttribute this[
IDataAttribute attribute
] { get; }
Public ReadOnly Property Item (
attribute As IDataAttribute
) As IDataAttribute
Get
public:
property IDataAttribute^ Item[IDataAttribute^ attribute] {
IDataAttribute^ get (IDataAttribute^ attribute);
}
member Item : IDataAttribute with get
Parameters
- attribute
- Type: Aloe.SystemFrameworks.DomainIDataAttribute
The attribute to search for.
Property Value
Type:
IDataAttribute
The
IDataAttribute.
Return Value
Type:
IDataAttributeThe attribute.
Exceptions
See Also