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
Syntaxpublic IDataAttribute TryGet(
string name
)
Public Function TryGet (
name As String
) As IDataAttribute
public:
IDataAttribute^ TryGet(
String^ name
)
member TryGet :
name : string -> IDataAttribute
Parameters
- name
- Type: SystemString
The name of the attribute to search for.
Return Value
Type:
IDataAttributeThe data attribute or null if it is not found.
See Also