AWS SDK for .NET Documentation
TryGetValue Method (attributeName, entry)
AmazonAmazon.DynamoDBv2.DocumentModelDocumentTryGetValue(String, DynamoDBEntry%) Did this page help you?   Yes   No    Tell us about it...
Gets the value associated with the specified attribute value.
Declaration Syntax
C#
public bool TryGetValue(
	string attributeName,
	out DynamoDBEntry entry
)
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
True if attribute is found; false otherwise

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)