AWS SDK for .NET Documentation
Item Property (key)
AmazonAmazon.DynamoDB.DocumentModelDocumentItem[([( String])]) Did this page help you?   Yes   No    Tell us about it...
Attribute accessor, allows getting or setting of an individual attribute.
Declaration Syntax
C#
public DynamoDBEntry this[
	string key
] { get; set; }
Parameters
key (String)
Name of the attribute.
Return Value
Current value of the attribute.

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