Share via


DebugSendResponse.Success Property

Definition

Gets or sets successful send

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to