Share via


RegexString.Expression Property

Gets or sets the regular expression that is used to generate the strings. For examples of regular expressions, see The Regular Expression Generator.

Namespace: Microsoft.VisualStudio.TeamSystem.Data.Generators
Assembly: Microsoft.VisualStudio.TeamSystem.Data.Generators (in microsoft.visualstudio.teamsystem.data.generators.dll)

Syntax

'Declaration
Public Property Expression As String
'Usage
Dim instance As RegexString
Dim value As String

value = instance.Expression

instance.Expression = value
public string Expression { get; set; }
public:
property String^ Expression {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_Expression ()

/** @property */
public void set_Expression (String value)
public function get Expression () : String

public function set Expression (value : String)

See Also

Reference

RegexString Class
RegexString Members
Microsoft.VisualStudio.TeamSystem.Data.Generators Namespace