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