Gets or sets the underlying AWS SDK class used to communicate with SimpleDB.

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

Syntax

C#
public AmazonSimpleDB SimpleDB { get; private set; }
Visual Basic
Public Property SimpleDB As AmazonSimpleDB
	Get
	Private Set
Visual C++
public:
virtual property AmazonSimpleDB^ SimpleDB {
	AmazonSimpleDB^ get () sealed;
	private: void set (AmazonSimpleDB^ value) sealed;
}

Field Value

The service.

Implements

ISimol..::..SimpleDB

See Also