GeneratedRegexAttribute.Options Property

Definition

Gets a bitwise combination of the enumeration values that modify the regular expression.

public:
 property System::Text::RegularExpressions::RegexOptions Options { System::Text::RegularExpressions::RegexOptions get(); };
public System.Text.RegularExpressions.RegexOptions Options { get; }
member this.Options : System.Text.RegularExpressions.RegexOptions
Public ReadOnly Property Options As RegexOptions

Property Value

Applies to