次の方法で共有


EventData.SystemProperties プロパティ

定義

イベント データを含むシステム プロパティを取得または設定します。

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

プロパティ値

イベント データなどのシステム プロパティ。

適用対象