[]
Gets or sets a regular expression that is matched by the specified value.
public string Expression { get; set; }
Public Property Expression As String
Type | Description |
---|---|
string | A string value that represents a regular expression that is matched by the specified value. The default is String.Empty. |