Click or drag to resize

DataAttributesCollectionTryGet Method

Tries the get the specified data attribute, returns null if it is not found.

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

Parameters

name
Type: SystemString
The name of the attribute to search for.

Return Value

Type: IDataAttribute
The data attribute or null if it is not found.
See Also