Gets the value associated with the specified attribute value.

C# |
public bool TryGetValue( string attributeName, out DynamoDBEntry entry )

- attributeName (String)
- Attribute name
- entry (DynamoDBEntry%)
- If the specified attribute value is found, returns the value associated with the attribute; otherwise, null.

True if attribute is found; false otherwise