Returns the options passed into the constructor
[Visual Basic] Public ReadOnly Property Options As String [C#] public string Options {get;} [C++] public: __property String* get_Options(); [JScript] public function get Options() : String;
The 'options' parameter that was passed into the Regex constructor.
Regex Class | Regex Members | System.Text.RegularExpressions Namespace