Puts multiple property values collections into SimpleDB.
            
        
        Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
| C# | 
|---|
void PutAttributes<T>( List<PropertyValues> items )  | 
| Visual Basic | 
|---|
Sub PutAttributes(Of T) ( _ items As List(Of PropertyValues) _ )  | 
| Visual C++ | 
|---|
generic<typename T> void PutAttributes( List<PropertyValues^>^ items )  | 
Parameters
- items
 - Type: System.Collections.Generic..::..List<(Of <(<'PropertyValues>)>)>
 
Type Parameters
- T