Gets the name of the property or dimension that this range filter compares against.

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

Syntax

C#
public string AttributeName { get; }
Visual Basic (Declaration)
Public ReadOnly Property AttributeName As String
Visual C++
public:
property String^ AttributeName {
	String^ get ();
}

See Also