Initializes a new RecordAttribute instance.

Namespace:  Endeca.Web.UI
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public RecordAttribute(
	string name
)
Visual Basic (Declaration)
Public Sub New ( _
	name As String _
)
Visual C++
public:
RecordAttribute(
	String^ name
)

Parameters

name
Type: System..::.String
The name of the record attribute.

See Also