NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Regex.Options

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;

Property Value

The 'options' parameter that was passed into the Regex constructor.

See Also

Regex Class | Regex Members | System.Text.RegularExpressions Namespace