次の方法で共有


EventData.Properties プロパティ

定義

送信操作中にユーザーが明示的に追加したイベント データのユーザー プロパティを取得します。

public System.Collections.Generic.IDictionary<string,object> Properties { get; }
member this.Properties : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property Properties As IDictionary(Of String, Object)

プロパティ値

イベント データのユーザー プロパティ。

適用対象