TfQueryConflicts.PathFilters Property
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Property PathFilters As InArgument(Of IList(Of String))
public InArgument<IList<string>> PathFilters { get; set; }
public:
property InArgument<IList<String^>^>^ PathFilters {
InArgument<IList<String^>^>^ get ();
void set (InArgument<IList<String^>^>^ value);
}
member PathFilters : InArgument<IList<string>> with get, set
function get PathFilters () : InArgument<IList<String>>
function set PathFilters (value : InArgument<IList<String>>)
Property Value
Type: System.Activities.InArgument<IList<String>>
Returns InArgument<T>.
.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.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace