Share via


DebugSendResponse.Failure Property

Definition

Gets or sets send failure

[Newtonsoft.Json.JsonProperty(PropertyName="properties.failure")]
public double? Failure { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.failure")>]
member this.Failure : Nullable<double> with get, set
Public Property Failure As Nullable(Of Double)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to