Gets and set the list of rules of the object.
[Visual Basic] Public Property Rules As ArrayList [C#] public ArrayList Rules { get; set; } [C++] public: __property ArrayList* get_Rules(); public: __property void set_Rules(ArrayList* ); [JScript] public function get Rules() : ArrayList public function set Rules(ArrayList);
InlineCodeFinder Class | Okapi.Library.Filter Namespace