Gets the name of the style for this BusinessRule.

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

Syntax

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

Remarks

A style is a named set of properties that applied to one or more dynamic business rules. For example, a style defines the minimum and maximum number of records a rule can return. Additional application-specific properties may be defined for a style when using Web Studio.

Applications often use the properties associated with the style to help implement application-specific logic when rendering the records associated with the business rule.

See Also