Puts a property values collection into SimpleDB.
Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
void PutAttributes<T>( PropertyValues item ) |
| Visual Basic |
|---|
Sub PutAttributes(Of T) ( _ item As PropertyValues _ ) |
| Visual C++ |
|---|
generic<typename T> void PutAttributes( PropertyValues^ item ) |
Parameters
- item
- Type: Simol..::..PropertyValues
Type Parameters
- T