Gets and sets the merch preview time on this navigation query.
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
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