Gets the specification of the aggregated record.

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

Syntax

C#
public virtual string Spec { get; }
Visual Basic
Public Overridable ReadOnly Property Spec As String
	Get
Visual C++
public:
virtual property String^ Spec {
	String^ get ();
}

Field Value

The specification of the aggregated record.

See Also