Gets and sets the merch preview time on this navigation query.

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

Syntax

C#
public virtual string NavMerchPreviewTime { get; set; }
Visual Basic
Public Overridable Property NavMerchPreviewTime As String
	Get
	Set
Visual C++
public:
virtual property String^ NavMerchPreviewTime {
	String^ get ();
	void set (String^ value);
}

Field Value

The merch preview time of this query or null if none exists.

See Also