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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.