BuildCommonUtil.MacroPattern Property
Namespace: Microsoft.TeamFoundation.Build.Common
Assembly: Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
Public Shared ReadOnly Property MacroPattern As Regex
public static Regex MacroPattern { get; }
public:
static property Regex^ MacroPattern {
Regex^ get ();
}
static member MacroPattern : Regex with get
static function get MacroPattern () : Regex
Property Value
Type: System.Text.RegularExpressions.Regex
.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.