Gets or sets a value indicating whether content should span multiple SimpleDB attributes if it cannot fit into a single attribute.

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

Syntax

C#
public SpanType SpanAttributes { get; set; }
Visual Basic
Public Property SpanAttributes As SpanType
	Get
	Set
Visual C++
public:
property SpanType SpanAttributes {
	SpanType get ();
	void set (SpanType value);
}

Field Value

The span setting.

See Also