Gets the Amazon SimpleDB interface.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
AmazonSimpleDB SimpleDB { get; }
Visual Basic
ReadOnly Property SimpleDB As AmazonSimpleDB
	Get
Visual C++
property AmazonSimpleDB^ SimpleDB {
	AmazonSimpleDB^ get ();
}

Field Value

The simple DB.

See Also