Share via


GetPendingChanges.Recursion Property

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

Syntax

'Declaration
Public Property Recursion As InArgument(Of RecursionType)
public InArgument<RecursionType> Recursion { get; set; }
public:
property InArgument<RecursionType>^ Recursion {
    InArgument<RecursionType>^ get ();
    void set (InArgument<RecursionType>^ value);
}
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>
Returns InArgument<T>.

.NET Framework Security

See Also

Reference

GetPendingChanges Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace