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