RetryRequests.Force Property

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

RetryRequests Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace