Okapi .NET Library

InlineCodeFinder.Rules Property

 [This is preliminary documentation and subject to change.]

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);

See Also

InlineCodeFinder Class | Okapi.Library.Filter Namespace