Gets the strategy of this ERecRank

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

Syntax

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

Field Value

The strategy of the ERecRank.

See Also