RunTestImpact.MatchPattern Property
Namespace: Microsoft.TeamFoundation.Build.Activities
Assembly: Microsoft.TeamFoundation.Build.Activities (in Microsoft.TeamFoundation.Build.Activities.dll)
Syntax
'Declaration
<BrowsableAttribute(True)> _
Public Property MatchPattern As InArgument(Of String)
[BrowsableAttribute(true)]
public InArgument<string> MatchPattern { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<String^>^ MatchPattern {
InArgument<String^>^ get ();
void set (InArgument<String^>^ value);
}
[<BrowsableAttribute(true)>]
member MatchPattern : InArgument<string> with get, set
function get MatchPattern () : InArgument<String>
function set MatchPattern (value : InArgument<String>)
Property Value
Type: System.Activities.InArgument<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.