FindMatchingFiles.MatchPattern Property

Gets or sets the pattern to match filenames to.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
<BrowsableAttribute(True)> _
<RequiredArgumentAttribute> _
Public Property MatchPattern As InArgument(Of String)
[BrowsableAttribute(true)]
[RequiredArgumentAttribute]
public InArgument<string> MatchPattern { get; set; }
[BrowsableAttribute(true)]
[RequiredArgumentAttribute]
public:
property InArgument<String^>^ MatchPattern {
    InArgument<String^>^ get ();
    void set (InArgument<String^>^ value);
}
[<BrowsableAttribute(true)>]
[<RequiredArgumentAttribute>]
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>
The pattern to match filenames to.

.NET Framework Security

See Also

Reference

FindMatchingFiles Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace