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

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

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

See Also