Share via


NotificationOutcome.Results Property

Definition

Gets or sets the list of notification outcome results for each device registered with the hub, to which this notification was sent.

[System.Runtime.Serialization.DataMember(EmitDefaultValue=true, IsRequired=true, Name="Results", Order=1003)]
public System.Collections.Generic.List<Microsoft.Azure.NotificationHubs.RegistrationResult> Results { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=true, IsRequired=true, Name="Results", Order=1003)>]
member this.Results : System.Collections.Generic.List<Microsoft.Azure.NotificationHubs.RegistrationResult> with get, set
Public Property Results As List(Of RegistrationResult)

Property Value

The list of notification outcome results for each device registered with the hub, to which this notification was sent.

Attributes

Remarks

The property contains value only when EnableTestSend property is turned on for troubleshooting purposes.

Applies to

See also