Artificial Intelligence
Artificial Intelligence
Information

Conclusion.Value property


      Gets or sets the value of the conclusion (inherited from the KnowledgeObj class).


Namespace : ielib
Assembly : ielib.dll

public Object Value { set; get; }

Property value

Type: System.object

Represents a value set in the Fact.Value property when a conclusion is triggered.


      Note: When the outbreak of a conclusion, the value of this property will be used to assign in the Fact.Value property, the object of the class Fact represented by the Conclusion.FactObject property.