NotificationOutcome.Results Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET