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
Syntaxpublic AttributeValue this[
string attributeName
] { get; }
Public ReadOnly Property Item (
attributeName As String
) As AttributeValue
Get
public:
property AttributeValue^ Item[String^ attributeName] {
AttributeValue^ get (String^ attributeName);
}
member Item : AttributeValue with 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
See Also