Holds an ad-hoc collection of values that may represent the complete set or a subset of the
attributes stored in SimpleDB for a single item.
Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
C# |
---|
public class PropertyValues : IEnumerable<string>, IEnumerable |
Visual Basic |
---|
Public Class PropertyValues _ Implements IEnumerable(Of String), IEnumerable |
Visual C++ |
---|
public ref class PropertyValues : IEnumerable<String^>, IEnumerable |