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
- 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