AWS SDK for .NET Documentation
Contains Method (attributeName)
AmazonAmazon.DynamoDBv2.DocumentModelDocumentContains(String) Did this page help you?   Yes   No    Tell us about it...
Determines if a specific attribute is set on the Document.
Declaration Syntax
C#
public bool Contains(
	string attributeName
)
Parameters
attributeName (String)
Attribute name
Return Value
Returns true if the specified attribute is found; false otherwise.

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