Regex.Options Property
Silverlight
Updated: August 2009
Returns the options passed into the Regex constructor.
Namespace: System.Text.RegularExpressions
Assembly: System (in System.dll)
Property Value
Type: System.Text.RegularExpressions.RegexOptionsThe options parameter that was passed into the Regex constructor.
The value of the Options property consists of one or more members of the RegexOptions enumeration. If no options were defined in the Regex class constructor, its value is RegexOptions.None.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: