InitializeError.Retry Property

Definition

Gets or sets a value indicating whether or not to retry.

public:
 property bool Retry { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember(Name="retry")]
public bool Retry { get; set; }
[<System.Runtime.Serialization.DataMember(Name="retry")>]
member this.Retry : bool with get, set
Public Property Retry As Boolean

Property Value

Attributes

Applies to