Supports customization of the SimpleDB attribute name used to store an item property.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public class AttributeNameAttribute : SimolAttribute
Visual Basic
Public Class AttributeNameAttribute _
	Inherits SimolAttribute
Visual C++
public ref class AttributeNameAttribute : public SimolAttribute

Remarks

SimpleDB attribute names default to the property name of the item being stored. Use this attribute on item properties to override the default SimpleDB attribute name.

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    Simol..::..SimolAttribute
      Simol..::..AttributeNameAttribute

See Also