Gets or sets the Order value for this attribute.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public bool Repeatable { get; set; }
Visual Basic (Declaration)
Public Property Repeatable As Boolean
Visual C++
public:
property bool Repeatable {
	bool get ();
	void set (bool value);
}

Remarks

Denotes whether or not this attribute repeats.

See Also