The Portrate Interview Engine

LogicalRuleContainer.RuleCount Property

Returns the number of rules in this container.

[Visual Basic]
Public Property ReadOnly RuleCount As Integer
[C#]
public int RuleCount { get; }
[C++]
public: __property int get_RuleCount();
[JScript]
public function get RuleCount() : int

See Also

LogicalRuleContainer Class | Portrate.Interview.Model.Rules Namespace