Click or drag to resize

DomainObjectTryGet Method

Tries to get the specified attribute and returns it or null, when it is not found.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public AttributeValue TryGet(
	string attributeName
)

Parameters

attributeName
Type: SystemString
Name of the attribute.

Return Value

Type: AttributeValue
The attribute value or null when the attribute is not found.
See Also