RetryRequests.Behavior Property

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

Syntax

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

Property Value

Type: System.Activities.InArgument<RetryBehavior>
Returns InArgument<T>.

.NET Framework Security

See Also

Reference

RetryRequests Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace