Gets a property values collection from SimpleDB.
Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
C# |
---|
PropertyValues GetAttributes<T>( Object itemName, params string[] propertyNames ) |
Visual Basic |
---|
Function GetAttributes(Of T) ( _ itemName As Object, _ ParamArray propertyNames As String() _ ) As PropertyValues |
Visual C++ |
---|
generic<typename T> PropertyValues^ GetAttributes( Object^ itemName, ... array<String^>^ propertyNames ) |
Type Parameters
- T