Gets an ad-hoc list of item values from SimpleDB without an item type generic parameter.
            
        
        Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
| C# | 
|---|
PropertyValues GetAttributes( ItemMapping mapping, Object itemName, params string[] propertyNames )  | 
| Visual Basic | 
|---|
Function GetAttributes ( _ mapping As ItemMapping, _ itemName As Object, _ ParamArray propertyNames As String() _ ) As PropertyValues  | 
| Visual C++ | 
|---|
PropertyValues^ GetAttributes( ItemMapping^ mapping, Object^ itemName, ... array<String^>^ propertyNames )  | 
Parameters
- mapping
 - Type: Simol..::..ItemMapping
 
- itemName
 - Type: System..::..Object
 
- propertyNames
 - Type: array<System..::..String>[]()[][]