DomainObjectItem Property (IDataAttribute) |
Gets or sets the value of a data attribute
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic AttributeValue this[
IDataAttribute attribute
] { get; }
Public ReadOnly Property Item (
attribute As IDataAttribute
) As AttributeValue
Get
public:
property AttributeValue^ Item[IDataAttribute^ attribute] {
AttributeValue^ get (IDataAttribute^ attribute);
}
member Item : AttributeValue with get
Parameters
- attribute
- Type: Aloe.SystemFrameworks.DomainIDataAttribute
The attribute to get or set.
Property Value
Type:
AttributeValue
The
Object.
Return Value
Type:
AttributeValue
Exceptions
See Also