Gets or sets the rule zone to look in for content.

Namespace:  Endeca.Web.Content.UI
Assembly:  Endeca.Web.Content (in Endeca.Web.Content.dll) Version: 2.1.2.0 (2.1.2.0)

Syntax

C#
[DefaultValueAttribute(null)]
public string ContentRuleZone { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(Nothing)> _
Public Property ContentRuleZone As String
Visual C++
[DefaultValueAttribute(nullptr)]
public:
property String^ ContentRuleZone {
	String^ get ();
	void set (String^ value);
}

See Also