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
Syntaxpublic AttributeValue TryGet(
string attributeName
)
Public Function TryGet (
attributeName As String
) As AttributeValue
public:
AttributeValue^ TryGet(
String^ attributeName
)
member TryGet :
attributeName : string -> AttributeValue
Parameters
- attributeName
- Type: SystemString
Name of the attribute.
Return Value
Type:
AttributeValueThe attribute value or null when the attribute is not found.
See Also