Click or drag to resize

DomainObjectItem Property (String)

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
Syntax
public AttributeValue this[
	string attributeName
] { get; }

Parameters

attributeName
Type: SystemString
The name of the data attribute to get or set.

Property Value

Type: AttributeValue
The AttributeValue.

Return Value

Type: AttributeValue
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when the attribute is not found and returnNullWhenMissing is false.
See Also