Gets the name of the zone for this BusinessRule.

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

Syntax

C#
public string Zone { get; }
Visual Basic (Declaration)
Public ReadOnly Property Zone As String
Visual C++
public:
property String^ Zone {
	String^ get ();
}

Remarks

A zone identifies a collection of business rules and helps ensure that at least one rule is always triggered. This behavior helps ensure that that the screen space dedicated to displaying promoted records is always populated. A zone can also be configured to limit the number of rules that trigger for a given query.

See Also