Gets or sets a value indicating whether data should be encrypted when stored in SimpleDB.
Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public bool Encrypt { get; set; } |
| Visual Basic |
|---|
Public Property Encrypt As Boolean Get Set |
| Visual C++ |
|---|
public: property bool Encrypt { bool get (); void set (bool value); } |