The Portrate Interview Engine

LogicalRuleContainer.ChildRuleName Property

Gets the name of the child node that identifies a logical rule.

[Visual Basic]
Overridable Protected Property ReadOnly ChildRuleName As String
[C#]
protected virtual string ChildRuleName { get; }
[C++]
protected: virtual __property String* get_ChildRuleName();
[JScript]
protected virtual function get ChildRuleName() : String

See Also

LogicalRuleContainer Class | Portrate.Interview.Model.Rules Namespace