Gets the specification of the aggregated record.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

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