Okapi .NET Library

InlineCodeFinder.REOptions Property

 [This is preliminary documentation and subject to change.]

Gets and sets the regular expression options for the set of rules of the object.

[Visual Basic]
Public Property REOptions As RegexOptions
[C#]
public RegexOptions REOptions { get; set; }
[C++]
public: __property RegexOptions get_REOptions();
public: __property void set_REOptions(RegexOptions );
[JScript]
public function get REOptions() : RegexOptions
public function set REOptions(RegexOptions);

See Also

InlineCodeFinder Class | Okapi.Library.Filter Namespace