Rule. GetConclusionByName(string) method
      Gets an object of the Conclusion class with the name of a fact that it contains.
 Namespace : ielib
Assembly : ielib.dll
public Conclusion GetConclusionByName(string aFactName)ParametersType: System.string
 aFactName: represents the name of a fact.
Return valueType : ielib.Conclusion
Represents an object of the class Conclusion. If the name is not found then the value null will be sent.