Gets or sets the preview time used to evaluate the firing of Rules in the Mdex engine.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
[CommandParameterPropertyAttribute(Key = "Nmpt")]
public string BusinessRulesPreviewTime { get; set; }
Visual Basic (Declaration)
<CommandParameterPropertyAttribute(Key := "Nmpt")> _
Public Property BusinessRulesPreviewTime As String
Visual C++
[CommandParameterPropertyAttribute(Key = L"Nmpt")]
public:
property String^ BusinessRulesPreviewTime {
	String^ get ();
	void set (String^ value);
}

See Also