Artificial Intelligence
Artificial Intelligence
Information

Rule.Id property


      Gets the ID of this object.


Namespace : ielib
Assembly : ielib.dll

public int Id { get; }

Property value

Type : System.Int32

Represents the ID of a rule.


      Note : The ID of a rule is distributed by the RulesBase class when KnowledgeBase.Add(Rule) method is used to add a rule to the knowledge base.