Creates a new rule using the information provided by the XML specified by 'xml'.
[Visual Basic] Public Sub LoadFromXml( _ ByVal xml As String _ ) [C#] public void LoadFromXml( string xml ); [C++] public: void LoadFromXml( String* xml ); [JScript] public function LoadFromXml( String xml );
A reference to the created rule.
BindRule Class | XRules Namespace