Gets or sets the name of the SimpleDB attribute used to store the described property.

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

Syntax

C#
public string AttributeName { get; set; }
Visual Basic
Public Property AttributeName As String
	Get
	Set
Visual C++
public:
property String^ AttributeName {
	String^ get ();
	void set (String^ value);
}

Field Value

The name of the attribute.

Remarks

By default this is the same as PropertyName. A different value need only be provided when the property and SimpleDB attribute names are different.

See Also