Message.UserProperties プロパティ

定義

カスタム メッセージ メタデータに使用できる "ユーザー プロパティ" バッグを取得します。

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

プロパティ値

注釈

サポートされている値型は、byte、sbyte、char、short、ushort、int、uint、long、ulong、float、double、decimal、bool、Guid、string、Uri、DateTime、DateTimeOffset、TimeSpan のみです。

適用対象