Message.UserProperties Property

Definition

Gets the "user properties" bag, which can be used for custom message metadata.

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)

Property Value

Remarks

Only following value types are supported: byte, sbyte, char, short, ushort, int, uint, long, ulong, float, double, decimal, bool, Guid, string, Uri, DateTime, DateTimeOffset, TimeSpan

Applies to