Proprietà HttpDelete.ApplyDefaultRetryCodes

 

Spazio dei nomi:   Microsoft.Activities.Messaging
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Sintassi

[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

Valore proprietà

Type: System.Boolean

Vedere anche

Classe HttpDelete
Spazio dei nomi Microsoft.Activities.Messaging

Torna all'inizio