Share via


TfsBuild.RecursionType Property

Gets or sets the recursion type.

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

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public Property RecursionType As InArgument(Of RecursionType)
[BrowsableAttribute(true)]
public InArgument<RecursionType> RecursionType { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<RecursionType>^ RecursionType {
    InArgument<RecursionType>^ get ();
    void set (InArgument<RecursionType>^ value);
}
[<BrowsableAttribute(true)>]
member RecursionType : InArgument<RecursionType> with get, set
function get RecursionType () : InArgument<RecursionType>
function set RecursionType (value : InArgument<RecursionType>)

Property Value

Type: System.Activities.InArgument<RecursionType>
The recursion type.

.NET Framework Security

See Also

Reference

TfsBuild Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace