Share via


NotificationOutcome.Results プロパティ

定義

この通知が送信されたハブに登録されている各デバイスの通知結果の一覧を取得または設定します。

[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)

プロパティ値

この通知が送信されたハブに登録されている各デバイスの通知結果の一覧。

属性

注釈

プロパティには、トラブルシューティングのためにプロパティが有効になっている場合 EnableTestSend にのみ値が含まれます。

適用対象

こちらもご覧ください