LabelSources.Recursion Property
Gets or sets the RecursionType value that indicates whether to recursively label into deeper directories, or only the immediate.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
<BrowsableAttribute(True)> _
Public Property Recursion As InArgument(Of RecursionType)
[BrowsableAttribute(true)]
public InArgument<RecursionType> Recursion { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<RecursionType>^ Recursion {
InArgument<RecursionType>^ get ();
void set (InArgument<RecursionType>^ value);
}
[<BrowsableAttribute(true)>]
member Recursion : InArgument<RecursionType> with get, set
function get Recursion () : InArgument<RecursionType>
function set Recursion (value : InArgument<RecursionType>)
Property Value
Type: System.Activities.InArgument<RecursionType>
The RecursionType value that indicates whether to recursively label into deeper directories, or only the immediate.
.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