Document.Contains Method (string)

.NET Framework 3.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
Determines if a specific attribute is set on the Document.

Namespace: Amazon.DynamoDBv2.DocumentModel
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public Boolean Contains(
         String attributeName
)

Parameters

attributeName
Type: System.String

Attribute name

Return Value
Type: System.Boolean
Returns true if the specified attribute is found; false otherwise.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5