Gets or sets the underlying AWS SDK class used to communicate with SimpleDB.
Namespace: SimolAssembly: 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; } |