RegexString.Expression Property

Gets or sets the regular expression that is used to generate the strings.

Namespace:  Microsoft.Data.Schema.Generators.Sql
Assembly:  Microsoft.Data.Schema.Generators.Sql (in Microsoft.Data.Schema.Generators.Sql.dll)

Syntax

'Declaration
<InputAttribute(Visible := True)> _
Public Property Expression As String
    Get
    Set
'Usage
Dim instance As RegexString
Dim value As String

value = instance.Expression

instance.Expression = value
[InputAttribute(Visible = true)]
public string Expression { get; set; }
[InputAttribute(Visible = true)]
public:
property String^ Expression {
    String^ get ();
    void set (String^ value);
}
function get Expression () : String
function set Expression (value : String)
[<InputAttribute(Visible = true)>]
member Expression : string with get, set

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

RegexString Class

RegexString Members

Microsoft.Data.Schema.Generators.Sql Namespace