Regex Property

MSBuild

Gets or sets the regex.


Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property Regex As String
C#
public string Regex { get; set; }
C++
public property string Regex sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_Regex();

/** property */
public void set_Regex(string value);
JScript
public function get Regex() : String

public function set Regex(value : String);

Property Value

The regex.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.