Gets the value associated with the specified attribute value.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public bool TryGetValue( string attributeName, out DynamoDBEntry entry )
 Parameters
 Parameters- attributeName (String)
- Attribute name
- entry (DynamoDBEntry%)
- If the specified attribute value is found, returns the value associated with the attribute; otherwise, null.
 Return Value
 Return ValueTrue if attribute is found; false otherwise