Gets a property values collection from SimpleDB.

Namespace: Simol
Assembly: 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
)

Parameters

itemName
Type: System..::..Object
propertyNames
Type: array<System..::..String>[]()[][]

Type Parameters

T

See Also