次の方法で共有


NotificationDetails.ApnsOutcomeCounts プロパティ

定義

通知 apns の結果カウントを取得または設定します。

[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

プロパティ値

通知 apns の結果カウント。

属性

適用対象