Condividi tramite


NotificationDetails.ApnsOutcomeCounts Property

Definition

Gets or sets the notification apns outcome counts.

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="ApnsOutcomeCounts", Order=1010)]
public Microsoft.Azure.NotificationHubs.NotificationOutcomeCollection ApnsOutcomeCounts { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="ApnsOutcomeCounts", Order=1010)>]
member this.ApnsOutcomeCounts : Microsoft.Azure.NotificationHubs.NotificationOutcomeCollection with get, set
Public Property ApnsOutcomeCounts As NotificationOutcomeCollection

Property Value

The notification apns outcome counts.

Attributes

Applies to