NotificationDetails.MpnsOutcomeCounts Property

Definition

Gets or sets the notification MPNS outcome counts.

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

Property Value

The notification MPNS outcome counts.

Attributes

Applies to