HttpPut.ApplyDefaultRetryCodes Property

 

Gets or sets a value that indicates whether to apply default retry codes.

Namespace:   Microsoft.Activities.Messaging
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Syntax

[DefaultValueAttribute(false)]
public bool ApplyDefaultRetryCodes {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[DefaultValueAttribute(false)]
property bool ApplyDefaultRetryCodes {
    [CompilerGeneratedAttribute]
    bool get();
    [CompilerGeneratedAttribute]
    void set(bool value);
}
[<DefaultValueAttribute(false)>]
member ApplyDefaultRetryCodes : bool with get, set
<DefaultValueAttribute(False)>
Public Property ApplyDefaultRetryCodes As Boolean

Property Value

Type: System.Boolean

true to apply default retry codes; otherwise, false.

See Also

HttpPut Class
Microsoft.Activities.Messaging Namespace

Return to top