Gets the type of the sort key.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

Syntax

C#
public virtual int Type { get; }
Visual Basic
Public Overridable ReadOnly Property Type As Integer
	Get
Visual C++
public:
virtual property int Type {
	int get ();
}

Field Value

The sort key type.

See Also